We
at Internet Scout are always interested in
hearing from readers and users of our products
and publications. You can either send us an
email, or use the form below to send us feedback.
<% if request("mode")="send" then
body="
"
body=body&"
"
body=body&"
"
body=body&"
"
body=body&"
"
body=body&"First name:
"
body=body&"
"&request.Form("fname")&"
"
body=body&"
"
body=body&"
"
body=body&"
Last name:
"
body=body&"
"&request.Form("lname")&"
"
body=body&"
"
body=body&"
"
body=body&"
Address:
"
body=body&"
"&request.Form("add")&"
"
body=body&"
"
body=body&"
"
body=body&"
Town:
"
body=body&"
"&request.Form("town")&"
"
body=body&"
"
body=body&"
"
body=body&"
Country:
"
body=body&"
"&request.Form("country")&"
"
body=body&"
"
body=body&"
"
body=body&"
Post code:
"
body=body&"
"&request.Form("post")&"
"
body=body&"
"
body=body&"
"
body=body&"
Telephone:
"
body=body&"
"&request.Form("pno")&"
"
body=body&"
"
body=body&"
"
body=body&"
Email:
"
body=body&"
"&request.Form("email")&"
"
body=body&"
"
body=body&"
"
body=body&"
Suggestions:
"
body=body&"
"&request.Form("sug")&"
"
body=body&"
"
body=body&"
"
body=body&"
"
body=body&"
"
Set objMessage = Server.CreateObject("CDO.Message")
Set objMessage.Configuration = objConfig
With objMessage
.To = "sales@sumangalforging.com"
' .To = "ronak.brahmbhatt@gmail.com"
.From = request("Email")
.Subject = "Request For Quote"
.HtmlBody = body
.Send
End With
Set Fields = Nothing
Set objMessage = Nothing
Set objConfig = Nothing
Response.write("Request Quote send Sucessfully !!!")
end if
%>