This is a discussion on Client side JavaScript and and Server side Java Script within the HTML, CSS and Javascript Coding Techniques forums, part of the Web Development category; What is the main difference between Client side JavaScript and and Server side Java Script. How actually they run on ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| What is the main difference between Client side JavaScript and and Server side Java Script. How actually they run on both side with Example? Thanks Sathian |
| Sponsored Links |
| |||
| Hi, Client side JavaScript and and Server side Java Script: Clientside Javascript encompasses the core language plus extras such as the predefined objects, only relevant to running Javasript in a browser.The clientside javascript is embedded directly in the HTML pages and is interpreted by the browser completly at the run time. Serverside javascript also encompasses the core language plus extas as the predefined objects and functions only relevant to running Javasript in a server.The serverside javascripts are compiled before they are deployed. ThanQ Kirthika |
| |||
| Client Side Script ---------------- As Kirthika said The clientside javascript is embedded directly in the HTML pages and is interpreted by the browser completly at the run time. 1. Scripts provided for the user client browser such as IE, FireFox, Netscape, Obera, Safari,.. etc., 2. It works according to the browser. 3. Generally using for displaying the HTML contents and validating the contents. 4. It does not required the servers support such as IIS or Apache or etc,. 5. To run the client script, we need only html page 6. Using this we can manipulate the static contents in a site 7. We have some client side script such as Javascript, VB Script, etc.,
__________________ With, J. Jeyaseelan Everything Possible |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to call a javascript function in a client side click? | leoraja8 | ASP and ASP.NET Programming | 4 | 10-30-2007 01:43 AM |
| difference between Client side JavaScript and and Server side Java Script? | Sundaram | HTML, CSS and Javascript Coding Techniques | 1 | 09-05-2007 11:46 AM |
| Which Javascript file is referenced for validating the validators at the client side? | mobilegeek | HTML, CSS and Javascript Coding Techniques | 1 | 07-25-2007 11:15 PM |
| should validation occur server side or client side?why? | prasath | ASP and ASP.NET Programming | 1 | 07-19-2007 03:09 AM |
| Diff between server and client side scripting | Jeyaseelansarc | PHP Programming | 0 | 05-18-2007 05:24 AM |