ASP Response.Write Function

web

 
  Sponsored Links


The ASP Response.Write function is used display a string or the contents of a variable on a web page.

Response.Write Function Arguments

String or variable to be displayed

ASP Coding for Response.Write Function

<%

sTxtString = "I am happy!"
Response.Write sTxtString & " Are you?"

%>


Result

I am happy! Are you?
   
 
web

ReaLife WebDesigns / 310.371.3275
We appreciate having the opportunity to contribute to the success of your business!

© 1999-2010 ReaLife WebDesigns. All rights reserved. site map | terms of use