Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
How to add recaptcha_check_answer() in Javascript
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Expand all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Will  
View profile  
 More options Jul 10 2007, 11:54 pm
From: Will <sanggu...@gmail.com>
Date: Wed, 11 Jul 2007 03:54:17 -0000
Local: Tues, Jul 10 2007 11:54 pm
Subject: How to add recaptcha_check_answer() in Javascript
Hi,

I am using Javascript to validate my form, and I still don't know
where to put a code to add a call to recaptcha_check_answer(). As far
as I know, recaptcha_check_answer() is a function is php, and I have a
validation form in Javascript.

This is my Javascript code:

function checkWholeForm(theForm) {
    var why = "";
        why += checkUsername(theForm.username.value);
    why += checkEmail(theForm.email.value);
    why += checkPassword(theForm.password.value,
theForm.password2.value);
        if (why != "") {
       alert(why);
       return false;
    }
        return true;

}

Could you tell me how to implement recaptcha in my Javascript
validation form?

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
reCAPTCHA Support  
View profile  
 More options Jul 11 2007, 12:59 am
From: "reCAPTCHA Support" <supp...@recaptcha.net>
Date: Tue, 10 Jul 2007 21:59:07 -0700
Local: Wed, Jul 11 2007 12:59 am
Subject: Re: How to add recaptcha_check_answer() in Javascript

You can't validate reCAPTCHA in Javascript. Doing so is insecure. Whatever
server side software you are using, you need to validate reCAPTCHA there.

On 7/10/07, Will <sanggu...@gmail.com> wrote:

--
reCAPTCHA: stop spam, read books
http://recaptcha.net

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google