Sun
ONE Active Server Pages Product Home Page Developer Site Version
 

ContentsPreviousNextIndex



Syntax: ASP Response Object Write Method

Response.Write variant
Parameters: ASP Response Object Write Method

variant

The data to write. This parameter can be any data type supported by the Visual Basic Variant data type, including characters, strings, and integers. This value cannot contain the character combination "%>"; instead you should use the escape sequence "%\>." The Web server will translate the escape sequence when it processes the script.



ContentsPreviousNextIndex