Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: NewASPGuy
  • Content: Threads
  • Order by date
  1. NewASPGuy

    vbcrlf not working in ASP code

    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") & " " &...

Part and Inventory Search

Back
Top