I use the ASP.NET reCAPTCHA control on my website (.net 3.5) I found it version 1.0.4.0.
It works very well in IE 6, Chrome, Firefox, and Safari, but I do not know why this does not work in opera. When I open the page, then it is empty. I use Opera 10.62.
I have created a simple web form which contains only the control of the recaptcha. The markup is:
& lt;% @page language = "c #" autoinverware = " True "CodeBhind =" test.aspx.cs "Inheritance =" Client WebTestTest "%> & Lt;% @ Register TagPrefix = "recaptcha" namespace = "reclamation" assembly = "recapta"%> & Lt ;; DOCTYPE HTML PUBLIC "- // W3C // DTT XHTML 1.0 Transcription // N" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> & Lt; Html xmlns = "http://www.w3.org/1999/xhtml" & gt; & Lt; Head runat = "server" & gt; & Lt; Title & gt; & Lt; / Title & gt; & Lt; / Head & gt; & Lt; Body & gt; & Lt; Form id = "form1" runat = "server" & gt; & Lt; Div & gt; & Lt; Recaptcha: recapta control olive id = "recapta" runat = "server" public = "XXXxx" personal = "xxxxxxxx" /> & Lt; / Div & gt; & Lt; / Form & gt; & Lt; / Body & gt; & Lt; / Html & gt;
Anyone have any suggestions?
I also experienced this problem: It seems to be a JavaScript exception that does not load the image in Opera Below is the reason I think the exception is:
Ignore exception: [object DOMException] line 12 in column https://www.google.com/recaptcha/api/challenge Throwed error at 0? K = 6LtestSAAAAAM1MsYg9ktesttestt9niYAftest: document.write ('& lt; scr' + 'ipt type = "text / javascript" s' +' rc = "'+ Reclaimestat server +' js / recaptcha.js" & gt; & lt; / Scr + 'ipt & gt;');
Comments
Post a Comment