Tweet, Share & Like [ EnAcCiOn ]

 

FeedBurner FeedCount Y Facebook | EnAcCiOn

Send Voicemail | EnAcCiOn

Contact me using vCita | EnAcCiOn

Contact me using vCita | EnAcCiOn

Meeting Scheduler Powered by vCita

miércoles, 19 de agosto de 2015

Re: Como Adicionar 3 googleRecaptch na mesma pagina asp.net?

I did this JS to resolve it: /* - In HTML:    
(Optional to align the recaptcha )        
( id  must incluede-widget-recaptcha)    
*/ var publicKey = 'xxxx' //Recaptchas IDs var widgetIds = []; var onloadCallback = function () {     $("div[id*='-widget-recaptcha']").each(function (index) {         widgetIds[index] = grecaptcha.render(this, { 'sitekey': publicKey });     }); }; $(document).ready(function () {     if ($("div[id*='-widget-recaptcha']")) {         $("body").append("");     } }); /* @method: Check if a response is available */ function captchaRessolver(numID) {     numID = typeof numID !== 'undefined' ? numID : 0;     var response = false;     if (grecaptcha.getResponse(widgetIds[numID]))     {         response = true;     }     return response ; } -- You received this message because you are subscribed to the Google Groups "reCAPTCHA" group. To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+unsubscribe@googlegroups.com. To post to this group, send email to recaptcha@googlegroups.com. Visit this group at http://bit.ly/1dkFnYd. For more options, visit http://bit.ly/P65DvS.

No hay comentarios:

EnAcCiOn

Contador Web | EnAcCiOn

EnAcCiOn

EnAcCiOn

EnAcCiOn

Blog Archive | EnAcCiOn