what is the difference between client side JavaScript and server side JavaScript? Client side JavaScript is directly embedded in the HTML code...what about serve side scripting?
| SitePoint Sponsor |
what is the difference between client side JavaScript and server side JavaScript? Client side JavaScript is directly embedded in the HTML code...what about serve side scripting?


Client-side JavaScript is scripting that runs on the client, whereas server-side JavaScript is scripting that runs on a server.
With client-side scripting, it's the script is processed by the user's web browser.
With server-side scripting, you give the server data, processing happens on the server, and you receive a response.
Programming Group Advisor
Reference: JavaScript, Quirksmode Validate: HTML Validation, JSLint
Car is to Carpet as Java is to JavaScript
Bookmarks