Previous Code Entry
Left Arrow
ASP Classic Linkify - Convert text links into Clickable URLs
Current Code Entry
Next Code Entry
ASP Classic check if Zip Code exist, if not show message.
Right Arrow
No Captcha ReCaptcha 2.0 with ASP Classic
Article Entry Date: July 17,2022 @ 07:39:01 / Last Updated On: October 25,2022 @ 03:06:37
No Captcha ReCaptcha 2.0 with ASP Classic is easy to set up and use with this code to stop bots and minimize spammers.
Google's new No Captcha ReCaptcha 2.0 with ASP Classic integration will allow everyone running ASP Classic for their websites to have this new tool added to their arsenal to help combat bots and slow down spammers.

Shahid Shaikh from codeforgeek.com« (Article is no longer available.)
His response got me pointed in the right direction.


The AJAX script used in the original example is no longer functional in newer browsers.
We changed over to a JQuery method which works beautifully!

First, we need to add the JS to our head tag.

Next, we add our form.



You will need the new reCaptcha 2.0 Site Key.
Go here: https://www.google.com/recaptcha/admin.
Add a new Site Key for your website.
For local testing, you will have to test with
127.0.0.1/site.asp
It will not work with a static IP Address or with localhost anymore.

Next, we add our code to the processing page.

3.asp



Other Articles Related to this Entry.
No Captcha ReCaptcha 2.0 with ASP.NET (VB Version)«
No Captcha ReCaptcha 2.0 with ASP.NET (C# Version)«