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?
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
Validation Output: 158 Errors
--
PJH
http://shabbleland.myminicity.com/env
http://www.chavgangs.com/register.php?referer=9375
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...>