You can use the Response object to send output to the client.
Response.collection|property|method
Specifies cookie values. Using this collection, you can set cookie values. |
Indicates whether page output is buffered. | |
Specifies the HTTP content type for the response. | |
Specifies the length of time before a page cached on a browser expires. | |
Specifies the date and time on which a page cached on a browser expires. | |
The value of the status line returned by the server. |
Sets the HTML header name to value. | |
Adds a string to the end of the Web server log entry for this request. | |
Writes the given information to the current HTTP output without any character-set conversion. | |
Erases any buffered HTML output. | |
Stops processing the .asp file and returns the current result. | |
Sends buffered output immediately. | |
Sends a redirect message to the browser, causing it to attempt to connect to a different URL. | |
Writes a variable to the current HTTP output as a string. |