<% If request.form("hide") = false then %>

*Indicates required fields

Select : Enquiry Suggestion Complaints
Subject *
Comments *
First Name * Last Name *
Designation * Company
Place * E-mail Address *
Phone *    
<% else dim HTMLContent dim selectopt dim subject dim comments dim firstname dim lastname dim designation dim company dim place dim email dim phone dim objmail dim msg dim action action = request.form("action") selectopt = Request.Form("selectopt") subject = Request.Form("subject") comments = Request.Form("comments") firstname = Request.Form("first name") lastname = Request.Form("last name") designation = Request.Form("designation") company = Request.Form("company") place = Request.Form("place") email = Request.Form("email") phone = Request.Form("phone") if isnull(company) or company = "" then company = "Not Specified" end if HTMLContent = "" HTMLContent = HTMLContent & "" HTMLContent = HTMLContent & "" HTMLContent = HTMLContent & "" HTMLContent = HTMLContent & "" HTMLContent = HTMLContent & "" HTMLContent = HTMLContent & "" HTMLContent = HTMLContent & "" HTMLContent = HTMLContent & "" HTMLContent = HTMLContent & "" HTMLContent = HTMLContent & "" HTMLContent = HTMLContent & "" HTMLContent = HTMLContent & "" HTMLContent = HTMLContent & "" HTMLContent = HTMLContent & "" HTMLContent = HTMLContent & "" HTMLContent = HTMLContent & "" HTMLContent = HTMLContent & "" HTMLContent = HTMLContent & "" HTMLContent = HTMLContent & "" HTMLContent = HTMLContent & "" HTMLContent = HTMLContent & "" HTMLContent = HTMLContent & "" HTMLContent = HTMLContent & "" HTMLContent = HTMLContent & "" HTMLContent = HTMLContent & "" HTMLContent = HTMLContent & "" HTMLContent = HTMLContent & "" HTMLContent = HTMLContent & "" HTMLContent = HTMLContent & "" HTMLContent = HTMLContent & "" HTMLContent = HTMLContent & "" HTMLContent = HTMLContent & "" HTMLContent = HTMLContent & "" HTMLContent = HTMLContent & "" HTMLContent = HTMLContent & "" HTMLContent = HTMLContent & "" HTMLContent = HTMLContent & "" HTMLContent = HTMLContent & "" HTMLContent = HTMLContent & "" HTMLContent = HTMLContent & "" HTMLContent = HTMLContent & "" HTMLContent = HTMLContent & "" HTMLContent = HTMLContent & "" HTMLContent = HTMLContent & "" HTMLContent = HTMLContent & "" HTMLContent = HTMLContent & "" HTMLContent = HTMLContent & "" HTMLContent = HTMLContent & "" HTMLContent = HTMLContent & "" HTMLContent = HTMLContent & "" HTMLContent = HTMLContent & "" HTMLContent = HTMLContent & "" HTMLContent = HTMLContent & "" HTMLContent = HTMLContent & "" HTMLContent = HTMLContent & "
" HTMLContent = HTMLContent & "

Dear Sir/Madam,

" HTMLContent = HTMLContent & "

" HTMLContent = HTMLContent & "
" HTMLContent = HTMLContent & "

The following is a Enquiry mail from www.thesignaturetours.com

" HTMLContent = HTMLContent & "

" HTMLContent = HTMLContent & "
" HTMLContent = HTMLContent & "

Option

" HTMLContent = HTMLContent & "

" HTMLContent = HTMLContent & "

"&selectopt&"

" HTMLContent = HTMLContent & "

" HTMLContent = HTMLContent & "

Subject

" HTMLContent = HTMLContent & "

" HTMLContent = HTMLContent & "

"&subject&"

" HTMLContent = HTMLContent & "

" HTMLContent = HTMLContent & "

Comments

" HTMLContent = HTMLContent & "

" HTMLContent = HTMLContent & "

"&comments&"

" HTMLContent = HTMLContent & "

" HTMLContent = HTMLContent & "

First Name

" HTMLContent = HTMLContent & "

" HTMLContent = HTMLContent & "

"&firstname&"

" HTMLContent = HTMLContent & "

" HTMLContent = HTMLContent & "

Last Namen

" HTMLContent = HTMLContent & "

" HTMLContent = HTMLContent & "

"&lastname&"

" HTMLContent = HTMLContent & "

" HTMLContent = HTMLContent & "

Designation

" HTMLContent = HTMLContent & "

" HTMLContent = HTMLContent & "

"&designation&"

" HTMLContent = HTMLContent & "

" HTMLContent = HTMLContent & "

company

" HTMLContent = HTMLContent & "

" HTMLContent = HTMLContent & "

"&company&"

" HTMLContent = HTMLContent & "

" HTMLContent = HTMLContent & "

Place

" HTMLContent = HTMLContent & "

" HTMLContent = HTMLContent & "

"&place&"

" HTMLContent = HTMLContent & "

" HTMLContent = HTMLContent & "

E-mail

" HTMLContent = HTMLContent & "

" HTMLContent = HTMLContent & "

"&email&"

" HTMLContent = HTMLContent & "

" HTMLContent = HTMLContent & "

Phone

" HTMLContent = HTMLContent & "

" HTMLContent = HTMLContent & "

"&phone&"

" HTMLContent = HTMLContent & "

" HTMLContent = HTMLContent & "" HTMLContent = HTMLContent & "" set objmail = Server.CreateObject("CDONTS.newmail") objmail.to = "info@thesignaturetours.com" objmail.from = email objmail.subject = "Enqury mail from www.thesignaturetours.com" objmail.body = HTMLContent objmail.BodyFormat = 0 objmail.MailFormat = 0 objmail.send set objmail = nothing msg = "Your details have been sent to thesignaturetours.com.
Our Executives will get in touch with you." %>
Thank You! Your message has been successfully sent.. <% end if %>
 
 Copyright 2004 The Signature tour operators Designed & Developed by WebZone Interactive