2

我正在按照本教程使用 recaptcha django 表单。它工作正常,只有小刷新按钮不适用于 recaptcha 图像。不知道发生了什么。

生成的recaptcha代码

<script>var RecaptchaOptions = {theme : 'white'};</script><script type="text/javascript" src="http://api.recaptcha.net/challenge?k=6Lc6YLoSAAAAAAFKV5Y13hyLIl4y845XIUIQY-EN"></script> 

<noscript> 
  <iframe src="http://api.recaptcha.net/noscript?k=6Lc6YLoSAAAAAAFKV5Y13hyLIl4y845XIUIQY-EN" height="300" width="500" frameborder="0"></iframe><br /> 
  <textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea> 
  <input type='hidden' name='recaptcha_response_field' value='manual_challenge' /> 
</noscript> 

谢谢

4

1 回答 1

1

Never mind... It is my css causing the problem. If i remove my css it is working cool.

于 2010-07-12T03:18:26.657 回答