TeleportJobs Webmaster Tools logo  beta!
(we welcome your feedback)
   
TeleportJobs home Webmaster Tools faq register login 
 
     

CAPTCHA example page

This is where you get to play around with our CAPTCHA. Enter the text in the image and click on the submit button. We'll tell you if you got it right.

Make sure you try both methods. I like method 2 (JSON) myself.

Method 1: Submit to ASP handler page

human verification image
free captcha verification
powered by TeleportJobs

What text do you see above?
Advantages
  • Can use MSXML, MSXML2, or other 3rd party POST methods like ServerObjects AspHttp
Disadvantages
  • Requires ASP or other server side scripting language.
  • Form submits to existing or new page that needs to reload.
Sample code
Method 2: JavaScript JSON method

human verification image
free captcha verification
powered by TeleportJobs


What text do you see above?
Advantages
  • Uses client side JavaScript (JSON) technology to submit which means that you can place the verification code within SHTML pages.
  • Shows "invalid text" if wrong text entered.
  • Does not submit page until captcha text is validated.
Disadvantages
  • So far this is the coolest and most reliable way I've been able to verify our captcha. I haven't come across any disadvantages yet.
Sample Code
  • Instructions on how to implement JavaScript JSON method of captcha verification
     
terms of use privacy policy     copyright TeleportJobs 2004 - 2007