View Single Post
  #3 (permalink)  
Old 11-09-2007, 10:30 PM
Jeyaseelansarc Jeyaseelansarc is offline
D-Web Genius
 
Join Date: Mar 2007
Location: Chennai
Posts: 1,162
Jeyaseelansarc is on a distinguished road
Send a message via AIM to Jeyaseelansarc
Default Re: Client side JavaScript and and Server side Java Script

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
Reply With Quote