Enquiries


Please fill in the form below to send us your details. [ Fields marked with * are mandatory ]

<% 'Check if the stored session text - session("checktext") is the same as the ' text which has client entered - request("imagecheck"). if len(request("_imagecheck"))>0 and ucase("" & request("_imagecheck")) = ucase("" & session("CAPTCHA")) then session("CAPTCHA")="" strMsg = "" %> <% else 'Create a random text and store the text to session. ' Image-Check.asp will show the text in a captcha image strMsg = "" if session("CAPTCHA")<>"" and request("First_Name")<>"" then strMsg = " Entered Code doesn't match. Please try again." end if %>
First Name
:
" id="First_Name" type="text" class="tb">  *
Last Name
:
" id="Last_Name" type="text" class="tb">  *
Phone
:
" > *
Email
:
" >  *
Other Details
:
Products interested in
:
 Fragrances for Perfumes and Cosmetics  Fragrances for Soaps and Detergents
 Fragrances for Candles  Fragrances for Bakhoor / Agarbatties
 Essential Oil (Pure)  Indian Attars
 Aromatic Chemicals
Verification Code
:
<%=response.write(strMsg)%>
 
 
<%end if%>