Sunday, 6 July 2014
RECAPTCHA TOOL USE GOOGLE EXAMPLE


------------------------------------------------------------------------------------------------------
CHANGE API KEY AND USE BELOW CODE
http://www.google.com/recaptcha/demo/ajax
-------------------------------------------------------------------------------------------------------
<!DOCTYPE HTML><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>reCAPTCHA</title>
<style type="text/css">
body {
font-family: Helvetica, sans-serif;
color: #000000;
font-size: 12px;
border: none;
background-color: transparent;
}
</style></head>
<body>
<form method="POST" action="">
<script type="text/javascript" src="http://www.google.com/recaptcha/api/js/recaptcha_ajax.js"></script>
<script type="text/javascript">
function showRecaptcha() {
Recaptcha.create("6Ld4iQsAAAAAAM3nfX_K0vXaUudl2Gk0lpTF3REf", 'captchadiv', {
tabindex: 1,
theme: "clean",
callback: Recaptcha.focus_response_field
});
}
</script>
<div id="captchadiv"></div>
<input type="button" value="Click Me" onclick="showRecaptcha();">
<table cellspacing="0" cellpadding="4" border="0" style="font-family: Helvetica, sans-serif; color: #000000; font-size: 12px;"><tr><td><div><input type="submit" name="Button1" value="Submit"></div></td></tr></table></form></body></html>
-----------------------------------------------------------------------------------------------------------
READ MORE:
https://developers.google.com/recaptcha/docs/display#AJAX
http://www.google.com/recaptcha/demo/ajax
https://www.google.com/recaptcha/admin#whyrecaptcha
http://www.wpfreeware.com/tutorial/15-free-wordpress-rating-plugins/
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment