Platform SDK: IIS SDK |
The Write method writes a specified string to the current HTTP output.
Response.Write variant
If you do not want to use the default language codepage, output from Response.Write can be encoded using different codepages by setting @CodePage, Response.CodePage, Session.CodePage, or the AspCodePage metabase property. For more information, see the Response.CodePage and Response.Charset reference pages.
The following example use the Response.Write method and HTML to send output to the client:
<H3 align=center>I just want to say <% Response.Write "Hello World.</H3><BR>" %>
Your name is: <% Response.Write Request.QueryString("name") %> <BR>
The following example uses <%=index.html instead of Response.Write.
The date is: <%=index.html Date %> <BR>
The following example adds an HTML tag to the Web page output. Because the string returned by the Write method cannot contain the character combination %>, the escape %\> is used instead.
<% Response.Write "<TABLE WIDTH =index.html 100%\>" %>
The previous example produces the following output:
<TABLE WIDTH =index.html 100%>
Platforms: Windows 2000 with IIS 5.0 installed,
Windows XP with IIS 5.1 installed,
Windows Server 2003 family with IIS 6.0 installed
What did you think of this topic? |
Order a Platform SDK CD |
file: /Techref/language/asp/OBJ/ref_vbom_resomwrite.htm, 4KB, , updated: 2003/5/15 14:13, local time: 2024/10/31 17:07,
18.116.69.53:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://www.piclist.com/Techref/language/asp/OBJ/ref_vbom_resomwrite.htm"> Response.Write</A> |
Did you find what you needed? |
PICList 2024 contributors:
o List host: MIT, Site host massmind.org, Top posters @none found - Page Editors: James Newton, David Cary, and YOU! * Roman Black of Black Robotics donates from sales of Linistep stepper controller kits. * Ashley Roll of Digital Nemesis donates from sales of RCL-1 RS232 to TTL converters. * Monthly Subscribers: Gregg Rew. on-going support is MOST appreciated! * Contributors: Richard Seriani, Sr. |
Welcome to www.piclist.com! |
.