Recaptcha crashes in Internet Explorer, in firefox its working fine:

63 views
Skip to first unread message

Koen

unread,
Mar 4, 2010, 6:52:30 AM3/4/10
to reCAPTCHA
Recaptcha crashes in Internet Explorer, in firefox its working fine:
http://www.ictvacaturemarkt.nl/ICT-baan/39/consultant-retail-applicaties-detachering-van-rc-korndewal/#apply
Scroll down till you see the Google Maps, then click on the link above
“» Solliciteer op ICT vacature”

I’ve used the following codes:
- In the contact form template (= front end, /_templates/job-
details.tpl file) i used this code:
<tr>
<td valign="top">Beveiligingscode:<br><font color=grey size=1>Let op:
verkeerd invullen = opnieuw solliciteren</font></a>
<td>
{php}
require_once('recaptchalib.php');
$publickey = "6Ld0kgsAAAAAAIODkm8Kk4j8TaEZMThjE7PncoQn "; // you got
this from the signup page
echo recaptcha_get_html($publickey);
{/php}
</td>
</tr>

- The code in the php execute form (page_apply.php):
require_once('recaptchalib.php');
$privatekey = "6Ld0kgsAAAAAAFXCNA8gCQnkOQvwtNE2KEOQ0EqY";
$resp = recaptcha_check_answer ($privatekey,
$_SERVER["REMOTE_ADDR"],
$_POST["recaptcha_challenge_field"],
$_POST["recaptcha_response_field"]);
if (!$resp->is_valid)
{
die ("The reCAPTCHA wasn't entered correctly. Go back and try it
again." .
"(reCAPTCHA said: " . $resp->error . ")");
}

How can i solve this problem, so its working fine in Internet
Explorer?

Paul Herring

unread,
Mar 4, 2010, 6:57:04 AM3/4/10
to reca...@googlegroups.com
On Thu, Mar 4, 2010 at 11:52 AM, Koen <ko...@senetbreda.nl> wrote:
> Recaptcha crashes in Internet Explorer, in firefox its working fine:
> http://www.ictvacaturemarkt.nl/ICT-baan/39/consultant-retail-applicaties-detachering-van-rc-korndewal/#apply

<http://validator.w3.org/check?uri=http%3A%2F%2Fwww.ictvacaturemarkt.nl%2FICT-baan%2F39%2Fconsultant-retail-applicaties-detachering-van-rc-korndewal%2F%23apply&charset=%28detect+automatically%29&doctype=Inline&group=0>

1. Error

Sorry, I am unable to validate this document because on line 197
it contained one or more bytes that I cannot interpret as utf-8 (in
other words, the bytes found are not valid values in the specified
Character Encoding). Please check both the content of the file and the
character encoding indication.

The error was: utf8 "\x94" does not map to Unicode

<http://validator.w3.org/check?uri=http%3A%2F%2Fwww.ictvacaturemarkt.nl%2FICT-baan%2F39%2Fconsultant-retail-applicaties-detachering-van-rc-korndewal%2F&charset=iso-8859-1&doctype=Inline&group=0&user-agent=W3C_Validator%2F1.767>

Validation Output: 158 Errors


--
PJH

http://shabbleland.myminicity.com/env
http://www.chavgangs.com/register.php?referer=9375

Koen

unread,
Mar 18, 2010, 12:54:31 PM3/18/10
to reCAPTCHA
that isnt the problem, i use AJAX, i see that many people have the
same problem, any1 know a solution??

please mail me: ko...@senetbreda.nl

On 4 mrt, 12:57, Paul Herring <pauljherr...@gmail.com> wrote:


> On Thu, Mar 4, 2010 at 11:52 AM, Koen <k...@senetbreda.nl> wrote:
> > Recaptcha crashes in Internet Explorer, in firefox its working fine:

> >http://www.ictvacaturemarkt.nl/ICT-baan/39/consultant-retail-applicat...
>
> <http://validator.w3.org/check?uri=http%3A%2F%2Fwww.ictvacaturemarkt.n...>


>
>    1. Error
>
>       Sorry, I am unable to validate this document because on line 197
> it contained one or more bytes that I cannot interpret as utf-8 (in
> other words, the bytes found are not valid values in the specified
> Character Encoding). Please check both the content of the file and the
> character encoding indication.
>
>       The error was: utf8 "\x94" does not map to Unicode
>

> <http://validator.w3.org/check?uri=http%3A%2F%2Fwww.ictvacaturemarkt.n...>

Reply all
Reply to author
Forward
0 new messages