Represents the current document in a Web application.
Unique object A unique instance of the class called psDocument is created for you automatically when you deploy your application. Therefore, you do not need to instantiate PSDocumentClass. In your scripts, you will always refer to psDocument.
PSConnectionClass method |
Description |
---|---|
Returns the file name for the document. |
|
Retrieves the value of a server environment variable. |
|
Retrieves a parameter passed to the current page. |
|
Returns the path portion of the URL for the document. |
|
Redirects the current request to another URL. |
|
Returns the domain name for the document. |
|
Writes an output string to the document. |
|
Writes an output string to the document that ends with a line break. The line break affects the HTML source, not the final HTML output. |