% mail1=Request.QueryString("mail") if mail1 <> "" then name=Request.Form("name") Comments=Request.Form("Comments") Organization=Request.Form("organ") Address=Request.Form("address") phone=Request.Form("telephone") business=Request.Form("nbusiness") 'if mail1 <> "" then usermsg ="
Contact details " usermsg=usermsg&" |
This is the contact details of a client: |
Name : "&name&" |
Organization : "&Organization&" |
Address : "&address&" |
phone : "&phone&" |
Nature of your Business : "&business&" |
Comments : "&Comments&" |
This web application developed by Sushma Multimedia (www.sushmamm.com) |