Google ReCaptcha不会在Safari 5.1.10中显示

时间:2014-02-12 12:15:29

标签: javascript php safari recaptcha

您好我有Google ReCaptcha的代码:

<div class="captcha">
<script type="text/javascript"
 src="https://www.google.com/recaptcha/api/challenge?k=code">
 </script>
 <noscript>
 <iframe src="https://www.google.com/recaptcha/api/noscript?k=6code"
     height="300" width="500" frameborder="0"></iframe><br>
 <textarea id="recaptcha_challenge_field" name="recaptcha_challenge_field" rows="3"  cols="40">
 </textarea>
 <input type="hidden" name="recaptcha_response_field"
     value="manual_challenge">
 </noscript>

 </div>

但这不会在Safari Mac 5.1.10 Snow Leopard中显示。只有重新加载后才显示Captcha。

0 个答案:

没有答案