|
To make your web pages looks alive, various types of scripts are used as the action script. OpenChapter provides variety of scripts to give special effects on your web sites.
Types of Script:
- Client side Script ( Web Action Script):
- Executed on the CLIENT COMPUTER
- Pluged in the HTML document or contained in a separate file
- User can see script source
- User's web browser must understand the script to execute
- Examples of client side scripts: Javascript, VB script, Flash
- Server side Script:
- Processed on the SERVER.
- Provide interactive web sites
- Highly customize the response
- User cannot see script source
- Interpreter is required on the server
- Examples of server side scripts: php, jsp, asp, perl
Web Action Script Samples:
- Calculation
- Form Validation
- User input response
- Dynamic Effect on Contents
- Animated Button
- Dynamic Menu List Down
- Pop-up thumbnail image
- Display real time and date information
- Background effect
- Interactive Web games
- Web Photo Album
Server Side Script Samples:
- Provide interactive web sites
- Provide interface to databases or other data stores
- Generate dynamic HTML pages for a user's request
- Customize the response based on:
- User's requirements
- access rights
- queries into data stores
|