Quick References
ADO
ASP
CSS2
HTML
JavaScript
Jet SQL
VBScript
WML
WMLScript
WSH
XHTML
XML DOM
XSLT
Features
Knowledge Base
Tutorials
Partners
ZVON.ORG
XML
Planet Source Code
VisualBuilder
Web Design
Your HTML Source
XML/XSLT Forums
ASPAlliance
Scripts
Programmers Heaven
Tek-Tips Forums
Developer Fusion
Code Project
Response Object
All Collections
All Methods
All Objects
All Properties
METHOD: Response.Write
Response.
Write
(Variant)
The
Write
method writes any specified string to the HTTP output.
There is one mandatory argument.
Variant
The
Variant
argument is the data to be written as a string. A variant is a
VBScript
data type and includes characters, integers, and strings. The variant cannot contain the character combination of %>.
Code:
<%
Response.Write
"Hello World"
Response.Write
"<BR>"
%>
Output:
Hello World<BR>
Copyright 1999-2005 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information