1.

How client side scripting differs from server side scripting?

Answer»

Following are the differences

    Client Side Scripting      Server Side Scripting
Script is copied to client browserto the web server
Executed by the clientExecuted by the server and result is get back to the browser window
Used for Client level validationConnect to the database in the server
It is possible to block by the userCannot possible
Client side scripts depends the type and version of the browserIt does not depend the type and version of the browser


Discussion

No Comment Found