%@ language=vbscript %> <% if Request.ServerVariables("content_length") <> 0 then SUB sendMail( email,body ) DIM myMail Set mymail = Server.CreateObject("SMTPsvg.Mailer") mymail.ContentType = "text/html" mymail.RemoteHost = "mail.indiatourspackages.com" mymail.FromAddress = email mymail.AddRecipient "indiatourspackages","info@indiatourspackages.com" mymail.AddBCC "Neuro Nimbus","vipul@neuronimbus.com" mymail.FromName=email mymail.Subject="Hotel booking through indiatourspackages.com" mymail.BodyText=body mymail.Sendmail set mymail=nothing END SUB name=TRIM(Request.Form ("name")) mailaddr=TRIM(Request.Form ("mailaddr")) phone = TRIM( Request.Form( "phone" )) fax = TRIM( Request.Form( "fax" )) date1 = TRIM( Request.Form( "date1" )) month1 = TRIM( Request.Form("month1")) year1 =Request("yearl") date2 = TRIM( Request.Form( "date2" )) month2 = TRIM( Request.Form("month2")) year2 =TRIM( Request.Form( "year2" )) no_of_adults=TRIM(Request.Form ("no_of_adults")) no_of_children = TRIM( Request.Form( "no_of_children" )) singlerooms = TRIM( Request.Form( "singlerooms" )) doublerooms = TRIM( Request.Form( "doublerooms" )) triplerooms = TRIM( Request.Form("triplerooms")) airfare =TRIM( Request.Form( "airfare" )) transfers = TRIM( Request.Form( "transfers" )) car = TRIM( Request.Form("car")) body2="
| name | " &_ ": "+name +" | " &_ "|
| : "+mailaddr + " | " &_ "||
| phone | " &_ ": "+phone + " | " &_ "|
| fax | " &_ ": " +fax+ " | " &_ "|
| from date | " &_ ": "+date1+" | " &_ "|
| from month | " &_ ": "+month1+" | " &_ "|
| from year | " &_ ": "+Request("year1")+ " | " &_ "|
| to date | " &_ ": "+date2+" | " &_ "|
| to month | " &_ ": "+month2+" | " &_ "|
| to year | " &_ ": "+year2+ " | " &_ "|
| no of adults | " &_ ": "+no_of_adults + " | " &_ "|
| no of children | " &_ ": "+no_of_children + " | " &_ "|
| single rooms | " &_ ": " +singlerooms+ " | " &_ "|
| double rooms | " &_ ": "+doublerooms+" | " &_ "|
| triple rooms | " &_ ": "+triplerooms +" | " &_ "|
| airfare | " &_ ": "+airfare+ " | " &_ "|
| transfers | " &_ ": "+transfers+" | " &_ "|
| car | " &_ ": "+car+" | " &_ "|
![]() |
![]() |
![]() |
|
|
|
|||||||||||||||||
| Home | About Us | Packages | Car / Coach Rental | Hotels | Contact Us |
| All contents © copyright 2009, indiatourspackages.com,. All rights reserved. powered by www.mark-design.net |