Client ScriptingClient scripting is used to make your pages more interactive after they have been sent to the browser. For example, you might use client scripting to validate data entry fields on an HTML form so the user gets immediate feedback when they make a mistake. Remember, client scripting depends on the browser that supports it, so you need to be aware of the types of browsers that might access your page. This is not really a concern as almost all browsers support JavaScript and hence if they are written is this then there should be very few support problems.
How Client Side Scripting Works
Client Side Scripting LanguagesThe two client sire scripting languages are JavaScript and VBscript. VBscript is only normally supported on Microsoft products and is not considered a good choice for writing client scripts even though almost everyone uses Internet Explorer.The almost de-facto standard for client side scripting is JavaScript and it is supported on almost all modern web browsers. JavaScript will be covered in a forthcoming starting JavaScript series of tutorials. JavaScript and the programming language Java are not related Java is a product of Sun Microsystems and JavaScript came from Netscape. However the syntax for both languages is very similar
and will be very familiar for anyone with a C/C++ background. Related Articles and Resources: |
||
|
|
|
Client Scripting |