Client-Side Versus Server-Side Scripting

With the additional capabilities of DHTML available to you, you need to make a choice of where you will do your processing. You can choose the client or the server. Using the client enables you to handle the requests of a user more efficiently and in less time. At the same time, client-side processing requires the browser to have a certain amount of intelligence.

If you decide to use the client, it doesn't mean that everything has to be done there. You will most likely balance out processing activity, choosing the location that makes the most sense. If someone wants a mortgage calculator, you could probably put all that in a client script. When the person applies for a loan though, that information ...

Get Sams Teach Yourself Microsoft® Windows® DNA Programming in 21 Days now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.