<%@LANGUAGE="VBSCRIPT" CODEPAGE="1254"%> <% Response.CacheControl = "no-cache" Response.AddHeader "Pragma", "no-cache" Response.Expires = -1 %> <% Function ValidateCAPTCHA(valCAPTCHA) SessionCAPTCHA = Trim(Session("CAPTCHA")) Session("CAPTCHA") = vbNullString if Len(CStr(SessionCAPTCHA)) < 7 then ValidateCAPTCHA = False exit function end if if CStr(SessionCAPTCHA) = CStr(valCAPTCHA) then ValidateCAPTCHA = True else ValidateCAPTCHA = False end if End Function %> contact Us
   

   This will redirect you to our Form Page
 
Encoded Image
 (
all numbers!)
Encoded CAPTCHA Image
<  <% if Request.ServerVariables("REQUEST_METHOD") = "POST" then strCAPTCHA = Trim(Request.Form("strCAPTCHA")) if ValidateCAPTCHA(strCAPTCHA) = true then response.redirect("http://www.webpresentation.info/content.asp?contentid=351") ' response.write(strCAPTCHA) else response.write("Please try again!") end if end if %>  >
Enter the code above


If you cannot read the code, refresh your page until you can read a code.

 

Thank You!

 

 

Monfric, Inc   1915 Morena Blvd   San Diego,   CA 92110