%@language="vbscript"%>
Welcome to Synochemweb.com
<%
Name=trim(Request.Form("Name"))
Email=trim(Request.Form("Email"))
Address=trim(Request.Form("Address"))
Telephone=trim(Request.Form("Telephone"))
Products1=trim(Request.Form("C1"))
Products2=trim(Request.Form("C2"))
Comment=trim(Request.Form("Comment"))
if Name <> "" and Email <> "" then
Set sendmail = Server.CreateObject("CDONTS.NewMail")
sendmail.mailformat=0
sendmail.bodyformat=0
sendmail.From = ""&Email&""
sendmail.To = "synochem@vsnl.com,webteam@on-lyne.com"
sendmail.Subject = "Contact Us Details"
sendmail.Body = "Synochem Contact Us Details
Full Name : "&Name&"
Email : "&Email&"
Address : "&Address&"
Telephone No. : "&Telephone&"
Products Interested In : "&Products1&", "&Products2&"
Comment : "&Comment&"
"
sendmail.Send
SendStatus="Y"
end if
%>
| |
 |
Tel.
No. 2262 6293 / 2261 4157 / 2261 5806 |
|
 |
|
|
|
 |
|
|
|
|
|
232,
Arya Samaj Bhavan, 2nd Flr., Perin Nariman St., Mumbai - 400 001 |
|
| |
<%if SendStatus="Y" then%>
<%end if%>