Answered Questions

  • 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.

    pinniboina nagaraju

    • Jul 17th, 2011

    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.