Thanks, "<BR>" worked great, didn't have to use the " " though, " " worked fine, which brings up my real question....I have been programming in VB for years and from what I understand as long as the <%@ Language=VBScript %> is declared at the top of the ASP page and the code is wrapped in...
The vbcrlf is not working, it writes all on one line. Below is a sample of the code.
<%
Response.write Request.Form("fName") & " " & Request.Form("lName") & vbcrlf
Response.write Request.Form("sAddress") & vbcrlf
Response.write Request.Form("City") & ", " & Request.Form("State") & " " &...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.