Interview Questions

What is the difference between client-side script and server-side script?

ASP Interview Questions and Answers


(Continued from previous question...)

19. What is the difference between client-side script and server-side script?

Scripts executed only by the browser without contacting the server is called client-side script. It is browser dependent. The scripting code is visible to the user and hence not secure. Scripts executed by the web server and processed by the server is called server-side script.

(Continued on next question...)

Other Interview Questions