|
ASP Write Method
Complete Response Object Reference
The Write method writes a specified string to the output.
Syntax
| Parameter |
Description |
| variant |
Required. The data to write |
Examples
Example 1
<%
Response.Write "Hello World"
%>
Output:
Hello World
|
Example 2
<%
name="John"
Response.Write(name)
%>
Output:
John
|
Example 3
<%
Response.Write("Hello<br />World")
%>
Output:
Hello
World
|
Complete Response Object Reference

Whether you're new to XML or already an advanced user,
the user-friendly views and powerful entry helpers,
wizards, and debuggers in XMLSpy are designed to meet your XML
and Web development needs from start to finish.
- XML editor
- Graphical XML Schema / DTD editors
- XSLT 1.0/2.0 editor, debugger, profiler
- XQuery editor, debugger, profiler
- XBRL validator & taxonomy editor
- Support for Office Open XML (OOXML)
- Graphical WSDL editor & SOAP debugger
- Java, C#, C++ code generation
- And much more!
Download a free trial today!
|
|
|
|