Write Method

Applies To   See Also  

Writes text output to the HTML page. (Returns nothing.)

Syntax

Response.Write Text

Parts

Text

The text to be output to the page as a string.

Remarks

Use this method to output any text to the page. The parameter Text may be any variable that can be coerced into a string form. Use the Redirect Method if you need to redirect the client browser before anything else is written to the client browser. If you need to redirect to another page after other items have been written to the client browser, use the write method for example:

Response.Write "<meta http-equiv='REFRESH' content='0;URL=SomePage.htm'>"



Crystal Decisions, Inc.
http://www.crystaldecisions.com
Support services:
http://support.crystaldecisions.com