|
|
Client-Side
Products
Client-side programming is a very valuable part of any contemporary website. Client-side scripts are usually written in either Javascript or VBScript and provide interactive enhancements to traditional web pages as well as, from a technical point of view, increasing the efficiency and speed of the site by using the site visitor's computer to process some of the simpler tasks and therefore releasing some of the burden on the web server.
Client-side scripts are typically used for:
- Make a web page respond and react to interaction by the site visitor with fields in a form, buttons and other links
- Pre-process form data before submission to a server for storage or despatch
- Detect the browser used by site visitors and provide content compatible with the browser used
- Dynamic manipulation of styles colours and layout of a page in more modern browsers
- Provide the ability to arrange and process small collections of data as part of a user-interface
- Control frame navigation, applets and plugins on a page
|
|