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

気にしないでください...問題の原因は私のcssです。cssを削除すると、クールに動作します。

于 2010-07-12T03:18:26.657 に答える