Previous PageNext Page

6.4 Server Object

The Server object provides access to methods and properties on the server. Most of its methods and properties serve as utility functions.
 

Syntax

Server.method | property

Properties

ScriptTimeout
 
The length of time a script runs before it is terminated.
 

Methods

CreateObject
 
Creates an instance of a server component
 
HTMLEncode
 
Applies HTML encoding to a specified string.
 
MapPath
 
Maps the specified virtual path, either the absolute path on the current server or the path relative to the current page, into a physical path
 
URLEncode
 
Applies URL encoding rules, including escape characters, to a string.
 


Copyright © 2000 Chili!Soft

Previous PageTop Of PageNext Page