 |
|
 |
 |
|
| |
<%
dim hotelname
if(Request.Form("hotel")="j") then
hotelname="Jaipur"
email="v2@email.com"
end if
if(Request.Form("hotel")="a") then
hotelname="Agra"
email="v2@email.com"
end if
if(Request.Form("hotel")="l") then
hotelname="Lucknow"
email="v1@email.com"
end if
if(Request.Form("hotel")="k") then
hotelname="Khajuraho"
email="v3@email.com"
end if
if(Request.Form("hotel")="v") then
hotelname="Varanasi"
email="v4@email.com"
end if
if(Request.Form("hotel")="d") then
hotelname="Delhi"
email="v4@email.com"
end if
%>
|
|
|
|
|
|
|
|
|