Sun Chili!Soft ASP Sun Chili!Soft
ASP Sun Microsystems

 

ASP Response Object

The Response object controls sending output to the browser.

Syntax: ASP Response Object

Response.collection | property | method

ASP Response Object Collections

ASP Response Object Cookies Collection

You can use this collection to set cookie values to send to the client browser.

ASP Response Object Properties

ASP Response Object Buffer Property

Indicates whether to buffer page output.

ASP Response Object CacheControl Property

Determines if proxy servers are allowed to cache the output generated by ASP.

ASP Response Object Charset Property

Appends the name of the character set to the content-type header.

ASP Response Object ContentType Property

Specifies the HTTP content type for the response.

ASP Response Object Expires Property

Specifies the length of time until the page cached on a browser expires.

ASP Response Object ExpiresAbsolute Property

Specifies the date and time a page cached on a browser expires.

ASP Response Object IsClientConnected Property

Indicates if the client is still connected to the server.

ASP Response Object PICS Property

Adds the value of a PICS label to the pics-label field of the response header.

ASP Response Object Status Property

The value of the status line returned by the server.

ASP Response Object Methods

ASP Response Object AddHeader Method

Set the HTML header name to value.

ASP Response Object AppendToLog Method

Adds a string to the end of the Web server log entry for this request.

ASP Response Object BinaryWrite Method

Writes the given information to the current HTTP output without any character set conversion.

ASP Response Object Clear Method

Erases any buffered HTML output.

ASP Response Object End Method

Stops processing the .asp file and returns the current results.

ASP Response Object Flush Method

Sends any buffered HTML output immediately.

ASP Response Object Redirect Method

Sends a redirect message to the browser, causing it to attempt to connect to a different URL.

ASP Response Object Write Method

Writes a variable to the current HTML output as a string.

Copyright 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.