Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Internet Explorer cannot open - Operation aborted #38

Closed
GoogleCodeExporter opened this issue Apr 8, 2015 · 19 comments
Closed

Internet Explorer cannot open - Operation aborted #38

GoogleCodeExporter opened this issue Apr 8, 2015 · 19 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Internet Explorer 6.0.2900.5512
2. Windows XP Pro SP3
3. reCAPTCHA PHP version

FireFox works great.
in IE, it says - 
"Internet Explorer cannot open the Internet site: "URL" // Operation aborted"

Please help me to solve this stupid ie problem.


Original issue reported on code.google.com by ios...@gmail.com on 10 Mar 2009 at 5:34

@GoogleCodeExporter
Copy link
Author

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

@GoogleCodeExporter
Copy link
Author

No one to help ??!!

Original comment by ios...@gmail.com on 18 Mar 2009 at 8:04

@GoogleCodeExporter
Copy link
Author

Awesome that there's absolutely NO support :|

Original comment by subhram...@gmail.com on 20 Mar 2009 at 12:22

@GoogleCodeExporter
Copy link
Author

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

@GoogleCodeExporter
Copy link
Author

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

@GoogleCodeExporter
Copy link
Author

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

@GoogleCodeExporter
Copy link
Author

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

@GoogleCodeExporter
Copy link
Author

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

@GoogleCodeExporter
Copy link
Author

THe best solution seems to be to use the AJAX API.

Original comment by ben.maurer on 14 May 2009 at 3:24

@GoogleCodeExporter
Copy link
Author

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

@GoogleCodeExporter
Copy link
Author

use the AJAX API How do I do this?

Original comment by dan.awad...@gmail.com on 4 Aug 2009 at 3:30

@GoogleCodeExporter
Copy link
Author

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

@GoogleCodeExporter
Copy link
Author

Is there any update on this issue ???

Original comment by ios...@gmail.com on 1 Aug 2010 at 5:52

@GoogleCodeExporter
Copy link
Author

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:

@GoogleCodeExporter
Copy link
Author

yes but the tragedy example : http://wordpresspremium.us/

Original comment by wordpresspremiumus@gmail.com on 25 Nov 2010 at 2:42

@GoogleCodeExporter
Copy link
Author

reCAPTCHA doesn't works IE 6, any solution???

Original comment by wdavi...@gmail.com on 3 Mar 2011 at 4:08

@GoogleCodeExporter
Copy link
Author

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

@GoogleCodeExporter
Copy link
Author

Original comment by adrian.g...@gmail.com on 20 Oct 2011 at 2:43

@GoogleCodeExporter
Copy link
Author

Version too old.

Original comment by adrian.g...@gmail.com on 30 Mar 2012 at 6:09

  • Changed state: WontFix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant