简体   繁体   English

reCAPTCHA代码不会在IE6中显示

[英]reCAPTCHA code won't show in IE6

I'm using the reCAPTCHA service from Google but I have problem in IE6 where it doesn't show the code. 我正在使用GooglereCAPTCHA服务,但在IE6中出现了问题,它没有显示代码。

Is there something that I need to configure? 我需要配置一些东西吗?

Any help is appreciated. 任何帮助表示赞赏。

Have you done any customization to the look and feel of the Recaptcha? 您是否对Recaptcha的外观进行了任何自定义? I just did the below and then on a failed submit the captcha form wouldn't display in IE6. 我只是做了下面的操作,然后在提交失败的验证码表单中不会显示在IE6中。

<script type="text/javascript"> var RecaptchaOptions = { theme : 'white' }; </script>

Removing the theme change made it work again, currently looking into a fix to get it working with the theme, will update here if I find anything. 删除主题更改后,它又可以工作了,目前正在研究修复程序以使其与主题一起使用,如果我发现有什么问题,它将在此处更新。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM