 |
 |
HARI OM FREIGHT CARRIERS PVT. LTD.
(Registered Office) [ 17, Ganesh Chandra Avenue,6th Floor, Kolkata-700 013 ] PH.NO. 2215-3720, 22259027 |
| |
|
|
<%
IF request.form ("Message")="True" THEN
set objConn = server.createobject("ADODB.Connection")
objConn.Open "hariomDsn"
strText="insert into feedBackTable values ('"
strText=strText & request.form("given_name_text") & "','"
strText=strText & request.form("family_name_text") & "','" & request.form("email_text") & "','"
strText=strText & request.form("country_combo") & "','" & request.form("topic") & "','"
strText=strText & request.form("comment_text") & "')"
objConn.execute strText
Set Mail = Server.CreateObject("Persits.MailSender")
Mail.Host = "ftp.hariomfreight.com"
Mail.From = Request (given_name_text)
Mail.To = "hariom@hariomfreight.com"
Mail.FromName = Request (given_name_text)
Mail.AddAddress "hariom@hariomfreight.com", "Hari OM"
Mail.Subject = request(topic)
Mail.Body = Request (comment_text)
Mail.Send
%>
Your query has been maild to us .. We will process your query as soon as possible
<%
objConn.close
set objConn=nothing
'end if
ELSE%>
<% end if %>
Best viewed with IE 4.x and Netscape 4.x @ 800 x 600
resolution
Powered by SANSOFT |
 |
|