<%@LANGUAGE="VBSCRIPT"%> <% function TestCaptcha(byval valSession, byval valCaptcha) dim tmpSession valSession = Trim(valSession) valCaptcha = Trim(valCaptcha) if (valSession = vbNullString) or (valCaptcha = vbNullString) then TestCaptcha = false else tmpSession = valSession valSession = Trim(Session(valSession)) Session(tmpSession) = vbNullString if valSession = vbNullString then TestCaptcha = false else valCaptcha = Replace(valCaptcha,"i","I") if StrComp(valSession,valCaptcha,1) = 0 then TestCaptcha = true else TestCaptcha = false end if end if end if end function %> Software & IT application development Bangalore, Website design from Bangalore India, Web development & outsourcing, Website designing India

Have our sales executive contact you

" & vbCrLf) end if %>
Fields marked with '*' are mandatory
 
Name* :
Designation :
Company* :
E-Mail ID* :
Phone No* :
Comments :
     
    Can't read the image? click here to refresh
    Enter the code shown above :
   
   
<% if not IsEmpty(Request.Form("Submit")) then Response.Write("
") if TestCaptcha("ASPCAPTCHA", Request.Form("captchacode")) then Response.Redirect("sales_contact.asp") else Response.Write("You entered the wrong code.") end if Response.Write("