Closed GoogleCodeExporter closed 8 years ago
Yes, I experience this error. Also, having problems with IE7. There is no error
box,
however. Instead, after filling out the form and then clicking send, the page
just reloads with cleared fields. The form information doesn't seem to be
sent through either as there is no new information created in the back-end.
Original comment by luth...@gmail.com
on 12 Mar 2009 at 2:46
No one to help ??!!
Original comment by ios...@gmail.com
on 18 Mar 2009 at 8:04
Awesome that there's absolutely NO support :|
Original comment by subhram...@gmail.com
on 20 Mar 2009 at 12:22
Hi,
We've never been able to fully nail down this problem. I'd suggest that you
take the
page which is causing the problem and then remove as much stuff as you can from
it,
while still causing the error to occur. Once you have a small demo (hopefully
10-20
lines of HTML at most), it should be more clear what causes the problem, and
maybe we
can come up with a fix.
Original comment by ben.maurer
on 20 Mar 2009 at 2:54
I used the ajax.js to get around the opeation aborted problem
<script type="text/javascript"
src="http://api.recaptcha.net/js/recaptcha_ajax.js"></script>
<script>
window.onload = function () {
Recaptcha.create("<?=$publickey?>",
"recaptcha_div", {
theme: "red",
callback: Recaptcha.focus_response_field
});
}
</script>
<div id="recaptcha_div"></div> <!--div where captcha will be displayed-->
Original comment by wardy1...@googlemail.com
on 30 Mar 2009 at 4:20
This issue is caused by some of the code in the plugin & integration with IE6 +
IE7. It happens on Windows Vista as well. Its actually a code error with the
IE
browser + your code. Workaround is to upgrade to IE8 however this is obviously
unrealistic for a large website audience.
Full details here:
http://support.microsoft.com/default.aspx/kb/927917#more_information
Let us know when its changed in the source code and I'll re-add it to my site!
:)
Original comment by wirthc...@gmail.com
on 22 Apr 2009 at 10:11
I am also looking for a solution for it.
Thats why the CB-reCaptcha RC2 version is still pending :(
Original comment by ios...@gmail.com
on 22 Apr 2009 at 4:41
I confirm that this annoying problem occurs in:
Internet Explorer 6.0.3790.1830
Windows Server 2003 Version 5.2 Build 3790.srv03_sp1_qfe.070927-1210: Service
Pack 1
This needs a quick solution!
Original comment by sssil...@gmail.com
on 14 May 2009 at 12:50
THe best solution seems to be to use the AJAX API.
Original comment by ben.maurer
on 14 May 2009 at 3:24
I confirm the problem occurs.
Please, take a look into my bug report to Zend Framework's component
Zend_Service_Recaptcha http://framework.zend.com/issues/browse/ZF-6891 for the
test
case, bug description, explanation why it happens and how to fix it (as it
mentioned
earlier, for now to use AJAX API is the only option - challenge API method had
to be
corrected to support IE).
Original comment by aradvert@gmail.com
on 7 Jun 2009 at 4:21
use the AJAX API How do I do this?
Original comment by dan.awad...@gmail.com
on 4 Aug 2009 at 3:30
Actually i have solved this problem by removing jquery scripts on that page
because i
dnt want to use jQuery on that page and if you want to use jQuery on that page
then
you can use it by jQuery.noConflict( )
Thanks
Ankur Gandhi
Original comment by anku.gan...@gmail.com
on 17 Aug 2009 at 10:57
Is there any update on this issue ???
Original comment by ios...@gmail.com
on 1 Aug 2010 at 5:52
I've created a patch to the plugin for ASP.NET that adds a boolean flag
"embedJavascript" that enables the code to actively retrieve the javascript and
place it directly into the HTML source, rather than as a script tag with a src
attribute. Effectively doing what wardy1972 documented above, but as part of
the plugin itself. I've attached said patch file that you can run against the
checked out source code for Revision 144.
Original comment by chewie...@gmail.com
on 23 Nov 2010 at 6:07
Attachments:
yes but the tragedy example : http://wordpresspremium.us/
Original comment by wordpresspremiumus@gmail.com
on 25 Nov 2010 at 2:42
reCAPTCHA doesn't works IE 6, any solution???
Original comment by wdavi...@gmail.com
on 3 Mar 2011 at 4:08
I am one of the unfortunate few who also requires IE 6 support and thus am
interested in this patch.
Original comment by skowro...@gmail.com
on 9 Mar 2011 at 1:07
Original comment by adrian.g...@gmail.com
on 20 Oct 2011 at 2:43
Version too old.
Original comment by adrian.g...@gmail.com
on 30 Mar 2012 at 6:09
Original issue reported on code.google.com by
ios...@gmail.com
on 10 Mar 2009 at 5:34