% @ language ="VBScript" %>
Online Booking
|
|
<% if Request.Form("Submit")="" then %>
<% else
name=Request.Form ("name")
add=Request.Form ("add")
conno=Request.Form ("conno")
email1=Request.Form ("email")
tof=Request.Form ("tof")
dddate=Request.Form ("dddate")
ddmonth=Request.Form ("ddmonth")
ddyear=Request.Form ("ddyear")
bdate=dddate+"/"+ddmonth+"/"+ddyear
time1=Request.Form ("time1")
nge=Request.Form ("nge")
smenu=Request.Form ("smenu")
ot=Request.Form ("ot")
set email2=server.CreateObject("CDONTS.NewMail")
email2.MailFormat=0
email2.BodyFormat=0
subject="Request for table booking"
body="A request for the table booking has come from"
body=body&" "
body=body&"Name:"&name
body=body&" "
body=body&"Address:"&add
body=body&" "
body=body&"Phone:"&conno
body=body&" "
body=body&"Email:"&email1
body=body&" "
body=body&"Type of function:"&tof
body=body&" "
body=body&"Booking Date:"&bdate
body=body&" "
body=body&"Time:"&time
body=body&" "
body=body&"Number of guests:"&nge
body=body&" "
body=body&"Menu:"&smenu
body=body&" "
body=body&"Others"&ot
email2.to="vaneesh@spice-india.net"
email2.from=Request.Form("email")
email2.subject=subject
email2.body=body
email2.send
%>
Thank you for your interest
<%
end if %>
|
Developed
By
|
 |
|
|
|
|