<% recaptcha_challenge_field = Request("recaptcha_challenge_field") recaptcha_response_field = Request("recaptcha_response_field") recaptcha_public_key = "6LfK3AsTAAAAAOIUrfE3rl3boyPBn6GPXcdgB_Bm" ' your public key recaptcha_private_key = "6LfK3AsTAAAAACYmrcc3o29EOAZV7x-opBlKKTbW" ' your private key ' returns the HTML for the widget function recaptcha_challenge_writer() recaptcha_challenge_writer = _ "" & _ "" & _ "" end function ' returns "" if correct, otherwise it returns the error response function recaptcha_confirm(rechallenge,reresponse) Dim VarString VarString = _ "privatekey=" & recaptcha_private_key & _ "&remoteip=" & Request.ServerVariables("REMOTE_ADDR") & _ "&challenge=" & rechallenge & _ "&response=" & reresponse Dim objXmlHttp Set objXmlHttp = Server.CreateObject("Msxml2.ServerXMLHTTP") objXmlHttp.open "POST", "http://www.google.com/recaptcha/api/verify", False objXmlHttp.setRequestHeader "Content-Type", "application/x-www-form-urlencoded" objXmlHttp.send VarString Dim ResponseString ResponseString = split(objXmlHttp.responseText, vblf) Set objXmlHttp = Nothing if ResponseString(0) = "true" then 'They answered correctly recaptcha_confirm = "" else 'They answered incorrectly recaptcha_confirm = ResponseString(1) end if end function server_response = "" newCaptcha = True if (recaptcha_challenge_field <> "" or recaptcha_response_field <> "") then server_response = recaptcha_confirm(recaptcha_challenge_field, recaptcha_response_field) newCaptcha = False end if '******* 'for use with drop down menus, checks if an option was previously selected 'and marks it as selected in the new form '******* sub dropSelect(param,value) if request.form(param) = value then response.write "selected=""selected""" end if End sub %> Progress Trial Request | IpswitchWorks.com

Call a Specialist Today! 833-335-0427


Progress Trial Request

Progress IMail Server Version 10 - Free Trial Download, Click here!

Please use the form below to request a free trial of IMail Server. After submitting your request, a representative will respond to you within 24 hours with your download information. If you have any additional questions or would like to receive a quote over the phone, please call us Toll Free: 833-335-0427.

I'm sorry, the validation code entered was wrong, please try again.

*Denotes a Required Field

Contact Information
Product Information
   200 characters left.

Note to customers: Your information will never be collected and sold/given to any 3rd Party and is only used by IpswitchWorks.com to contact you.

Thank you for contacting us, we will respond shortly!

(return to the Trial Request Page)