I want to test recaptcha by using javascript and form to enable
recaptcha to redirect user to a specific page... sounds bloody
simple.. but so far.. no go. LOL..
here is the code so far ...
<html>
<body>
<form action="" method="post">
<fieldset>
<legend>Test form</legend>
<!--recaptcha-->
<script type="text/javascript"
src="
http://api.recaptcha.net/challenge?k=6LfZ2wgAAAAAAOxl4M4Mv
o78xJ3lKXHkLv9hYCbl">
</script>
<noscript>
<iframe
src="
http://api.recaptcha.net/noscript?k=6LfZ2wgAAAAAAOxl4M4Mvo
78xJ3lKXHkLv9hYCbl"
height="300" width="500" frameborder="0"></iframe><br>
<textarea name="recaptcha_challenge_field" rows="3"
cols="40">
</textarea>
<input type="hidden" name="recaptcha_response_field"
value="manual_challenge">
</noscript>
<!--end recaptcha-->
<input type=hidden name="redirect"
value="
http://2src.arcnexus.net/2Arcnexus_GuestBook.html">
<input type="button" id="theButton" value="Go!">
</fieldset>
</form>
</body>
</html>
I have left out the functions and variables and the verification.....
since none of them worked.. but this explains the basic Idea...
submit recaptcha // verify // then get redirected to the guestbook....
I want to do this in basic Jscript and html in order to use it on any
single page.... and of course spread it around the net if it works...
any help is appreciated and the source url is here at
http://2src.arcnexus.net/