What Is Client Side Language
what is client side language
what, is, client, side, language
What Is Client Side Language
Post Description: what is client side language
POST# 1187
Posted On: Sat Apr 19, 2008 5:42 pm
web hosting
Topic: What Is Client Side Language
A client-side language is run directly through the client being used by the viewer. In the case of JavaScript, the client is a Web browser. Therefore, JavaScript is run directly in the Web browser and doesn't need to go through the extra step of sending and retrieving information from the Web server.
With a client-side language, the browser reads and interprets the code, and the results can be given to the viewer without getting information from the server fIrst. This process can make certain tasks run more quickly.

A client-side language can also access special features of a browser window that may not be accessible with a server-side language. However, a client-side language lacks the ability to save files or updates to files on a Web server like a server-side language can.
A client-side language is most useful for tasks that deal with parts of the browser that allow information to be validated before it is sent to a server-side program or script. For instance, JavaScript can open a new window with specific dimensions, specific features (such as a toolbar or status bar), and a specific point of placement on the screen.
JavaScript can also be used to check the information entered into a form before the form is sent to a server-side program to be processed. This information check can prevent strain on the Web server by preventing submissions' with inaccurate or incomplete information. Rather than runl1ing the program on the server until the information is coirect, that data can be sent to the server just once with correct information.


No Repies
(0) Comments for What Is Client Side Language

What do you think?

* name:  

* email:  

* Please enter comments:


Receive Replies on my Comments
(An email will be sent to you when someone replies to your comments)

Add image to comments
yes no             upload
     
  1. Introduction To Javascript
  2. What Does Object Base Scripting Mean?
  3. What Does Client Side Scripting Mean?
  4. What Are Server-side Languages
  5. What Is Client Side Language
  6. What Is Scripting Language
  7. A Hello World Example In Javascript Code