Sun
ONE Active Server Pages Product Home Page Developer Site Version
 

ContentsPreviousNextIndex



ASP Response Object Methods


ASP Response object methods are listed in the following table.

Method
Description
AddHeader
Set the HTML header name to value.
AppendToLog
Adds a string to the end of the Web server log entry for this request.
BinaryWrite
Writes the given information to the current HTTP output without any character set conversion.
Clear
Erases any buffered HTML output.
End
Stops processing the .asp file and returns the current results.
Flush
Sends any buffered HTML output immediately.
Redirect
Sends a redirect message to the browser, causing it to attempt to connect to a different URL.
Write
Writes a variable to the current HTML output as a string.

In this section:

ASP Response Object AddHeader Method

ASP Response Object AppendToLog Method

ASP Response Object BinaryWrite Method

ASP Response Object Clear Method

ASP Response Object End Method

ASP Response Object Flush Method

ASP Response Object Redirect Method

ASP Response Object Write Method



ContentsPreviousNextIndex