|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
The Response object controls sending output to the browser.
Response.collection | property | method
|
You can use this collection to set cookie values to send to the client browser. |
|
Indicates whether to buffer page output. | |
|
Determines if proxy servers are allowed to cache the output generated by ASP. | |
|
Appends the name of the character set to the content-type header. | |
|
Specifies the HTTP content type for the response. | |
|
Specifies the length of time until the page cached on a browser expires. | |
|
Specifies the date and time a page cached on a browser expires. | |
|
Indicates if the client is still connected to the server. | |
|
Adds the value of a PICS label to the pics-label field of the response header. | |
|
The value of the status line returned by the server. |
|
Set 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 results. | |
|
Sends any buffered HTML 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 HTML output as a string. |
Copyright 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.