Sun
ONE Active Server Pages Product Home Page Developer Site Version
 

ContentsPreviousNextIndex



ASP Server Object Methods


ASP Server object methods are listed in the following table.

Method
Description
CreateObject
Creates an instance of a server component.
Execute
Executes an .asp file.
GetLastError
Returns an ASPError object that describes the error condition.
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.
Transfer
Sends all current state information to another .asp file for processing.
URLEncode
Applies URL encoding rules, including escape characters, to a string.

In this section:

ASP Server Object CreateObject Method

ASP Server Object Execute Method

ASP Server Object GetLastError Method

ASP Server Object HTMLEncode Method

ASP Server Object MapPath Method

ASP Server Object Transfer Method

ASP Server Object URLEncode Method



ContentsPreviousNextIndex