Using reCAPTCHA

Discussion in 'General troubleshooting' started by Old but newbie, Feb 22, 2011.

  1. I plan to leave FrontPage as soon as I learn something else but that is another thread. I have a form on my FrontPage website, low volume, but the webbots are posting new forms and I have tried adding a reCapture but it does not work with the FrontPage extensions.
    Any suggestions? Thanks in advance:confused:
     
  2. ...I'm standing to applaud your move from the Front Page extensions. :)

    If you're going to use ASP.NET the nobot Ajax tools are free.
    Whatever you need just re-post.
     
  3. reCaptcha in ASP.NET in completely do-able. There's an official plug-in which is a wrapper around the API: http://code.google.com/apis/recaptcha/docs/aspnet.html

    You do need to write a bit of code behind code in an ASPX page to get it going but it's pretty easy going.
     
  4. ...Joe, aren't people still having trouble with it if they're using Chrome?
     
  5. I'm not sure - maybe, but it does work for me on my DASP hosted web app. I use it as an extra security measure on a login page and I can see it's working ok in Chrome 9.0.597.98. Perhaps there's a subtle edge case bug I've not seen.
     

Share This Page