<% if request.ServerVariables("REQUEST_METHOD")="POST" then name=request.form("name") age=request.form("age") tel=request.form("tel") fax=request.form("fax") mobile=request.form("mobile") email=request.form("email") Dc=request.form("Dc") Mc=request.form("Mc") Yc=request.form("Yc") arr_time=request.form("arr_time") dodo=request.form("dodo") mo=request.form("mo") yo=request.form("yo") NROOM=request.form("NROOM") recived_by=request.form("recived_by") Country=request.form("Country") address=request.form("address") request=request.form("request") body="" body= body & " " body= body &"" body= body &"" body= body &"" body= body &"" body= body &"" body= body &"" body= body & " " body= body &"" body= body &"" body= body &"" body= body &"" body= body &"" body= body & " " body= body &"" body= body &"" body= body &"" body= body &"" body= body &"" body= body &"" body= body &"" body=body&"
name: " &name& "
age: " &telephone&"
tel:" &address22&"
fax: " &email&"
mobile:" &comment&"
email:" &comment&"
Dc: " &name& "
Mc: " &telephone&"
Yc:" &address22&"
arr_time: " &email&"
do:" &comment&"
mo: " &name& "
yo: " &telephone&"
NROOM:" &address22&"
recived_by: " &email&"
Country:" &comment&"
address:" &address22&"
request: " &email&"
" Set objMail = CreateObject("CDONTS.Newmail") objMail.From =email objMail.To ="info@gardencityhotel-sd.com" objMail.Subject = "New query" objMail.Body = body ' In order to send the email in HTML format we have to set ' both MailFormat and BodyFormat equal to zero objMail.MailFormat = 0 objMail.BodyFormat = 0 objmail.Importance= 2 objMail.Send Set objMail = Nothing %>



Thank you for contacting Us

Your Enquiry has been sent.

We will contact you shortly.

   

 

<% else %>

Name

Age

Tel

Fax

Mobile

Email

Arrival Date  

Arrival Time

Departure Date

Number of Suite

Received By

Country

Address

Special Request
 

<%end if%>