ScriptGen content generator provides scripts
(raw and ASP-like) with the following objects:
- Request - Contains current request -
query line, form post, environment information values
- Response - Contains methods and
properties related to the output
- Server - Contains utility methods -
conversion/encoding and object creation
- Session and Application - objects that have extended life
scope. Used to pass data between the requests.
|
|