I need to load the Recaptcha library on demand, with javascript (using Prototype):
var captcha = new Element('script', { type: 'text/javascript', src: 'http://api.recaptcha.net/js/recaptcha_ajax.js' });
$$('head')[0].appendChild(captcha);
captcha.onload = function()
{
Recaptcha.create("dsfahsldkjfhlasdjfc","recaptcha_image", {theme: "...
I am using dotnet openID for implementing openID in my website it is working fine in localhost but the same is not true for staging server in the staging server it is working fine in all pages except the pages in which captcha implementation is there captcha implementation is done through Re-captcha. can any body have any suggestion rega...
I've downloaded the recaptcha.dll in both 1.0.1.0 and 1.0.4.0.
When trying to render the control, I get the following exception:
Security Exception
Description: The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system administ...
I've added a captcha field to my zend form, and want it not to be required as I'm using other methods on the page to check its validity, yet when I click submit, I'm warned about the missing captcha field, how can I stop this?
$recaptcha = new My_Service_ReCaptcha('6LfD8L0SAAAAANog3CBouttFvT42SurnwK6u-UOA', '6LfD8L0SAAAAAAMQCSrw...