Giter Site home page Giter Site logo

Comments (19)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 27, 2024
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 [email protected] on 12 Mar 2009 at 2:46

from recaptcha.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 27, 2024
No one to help ??!!

Original comment by [email protected] on 18 Mar 2009 at 8:04

from recaptcha.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 27, 2024
Awesome that there's absolutely NO support :|

Original comment by [email protected] on 20 Mar 2009 at 12:22

from recaptcha.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 27, 2024
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

from recaptcha.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 27, 2024
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 [email protected] on 30 Mar 2009 at 4:20

from recaptcha.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 27, 2024
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 [email protected] on 22 Apr 2009 at 10:11

from recaptcha.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 27, 2024
I am also looking for a solution for it.
Thats why the CB-reCaptcha RC2 version is still pending   :(

Original comment by [email protected] on 22 Apr 2009 at 4:41

from recaptcha.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 27, 2024
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 [email protected] on 14 May 2009 at 12:50

from recaptcha.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 27, 2024
THe best solution seems to be to use the AJAX API.

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

from recaptcha.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 27, 2024
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 [email protected] on 7 Jun 2009 at 4:21

from recaptcha.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 27, 2024
use the AJAX API How do I do this?

Original comment by [email protected] on 4 Aug 2009 at 3:30

from recaptcha.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 27, 2024
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 [email protected] on 17 Aug 2009 at 10:57

from recaptcha.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 27, 2024
Is there any update on this issue ???

Original comment by [email protected] on 1 Aug 2010 at 5:52

from recaptcha.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 27, 2024
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 [email protected] on 23 Nov 2010 at 6:07

Attachments:

from recaptcha.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 27, 2024
yes but the tragedy example : http://wordpresspremium.us/

Original comment by [email protected] on 25 Nov 2010 at 2:42

from recaptcha.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 27, 2024
reCAPTCHA doesn't works IE 6, any solution???

Original comment by [email protected] on 3 Mar 2011 at 4:08

from recaptcha.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 27, 2024
I am one of the unfortunate few who also requires IE 6 support and thus am 
interested in this patch.

Original comment by [email protected] on 9 Mar 2011 at 1:07

from recaptcha.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 27, 2024

Original comment by [email protected] on 20 Oct 2011 at 2:43

from recaptcha.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 27, 2024
Version too old.

Original comment by [email protected] on 30 Mar 2012 at 6:09

  • Changed state: WontFix

from recaptcha.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.