| Common Components and Objects
|
| Object or component
|
Function
|
Source
|
| Request Object
|
Handles information coming from the browser
|
Built into ASP
|
| Response
|
Handles information sent back to the browser
|
Built into ASP
|
| Server Object
|
Provides access to some basic server services
|
Built into ASP
|
| Application Object
|
Maintains information for the life of an application
|
Built into ASP
|
| Session Object
|
Maintains information for the life of a session
|
Built into ASP
|
| Text Object
|
Manipulates text files
|
VBScript Scripting Object
|
| Error Object
|
Provides for error analysis
|
VBScript Scripting Object
|
| Dictionary Object
|
Creates a lookup reference
|
VBScript Scripting Object
|
| File System Object
|
Provide access to file system
|
VBScript Scripting Object
|
| Content Linking
|
Imparts an order to the pages on a site
|
Server Component
|
| Browser Capabilities
|
Specifies what a user's browser can do
|
Server Component
|
| Ad Rotator
|
Rotates several ads in a spot on the page
|
Server Component
|
| Voting
|
Collects information from a user poll
|
Server Component
|
| Active Database
|
Provides communication with a database
|
Server Component
|