Czemu jak generuje treść przez bibliotekę jQuery element reCaptcha to tworzy się błąd?
Strona robi się biała i cały czas się ładuje - takie są rezultaty...
Czy to się robi tak, jeśli ładuje plik biblioteki captchy?
Wklejam ten kod:
<script type="text/javascript"> var RecaptchaOptions = {
theme : 'custom',
custom_theme_widget: 'recaptcha_widget'
};
<div id="recaptcha_widget" style="display:none">
<div id="recaptcha_image"></div> <div class="recaptcha_only_if_incorrect_sol" style="color:red">Incorrect please try again
</div>
<span class="recaptcha_only_if_image">Enter the words above:
</span> <span class="recaptcha_only_if_audio">Enter the numbers you hear:
</span>
<input type="text" id="recaptcha_response_field" name="recaptcha_response_field" />
<div><a href="java script:Recaptcha.reload()">Get another CAPTCHA
</a></div> <div class="recaptcha_only_if_image"><a href="java script:Recaptcha.switch_type('audio')">Get an audio CAPTCHA
</a></div> <div class="recaptcha_only_if_audio"><a href="java script:Recaptcha.switch_type('image')">Get an image CAPTCHA
</a></div>
<div><a href="java script:Recaptcha.showhelp()">Help
</a>
<script type="text/javascript" src="http://www.google.com/recaptcha/api/challenge?k=6LfczwsAAAAAAPVdJ5Ks6dlUwjCu45iDuh3lLlUI">
<iframe src="http://www.google.com/recaptcha/api/noscript?k=6LfczwsAAAAAAPVdJ5Ks6dlUwjCu45iDuh3lLlUI" height="300" width="500" frameborder="0"></iframe><br> <textarea name="recaptcha_challenge_field" rows="3" cols="40"> <input type="hidden" name="recaptcha_response_field" value="manual_challenge">
w plik, ktry zostaje wyświetlony poprzez wygenerowanie w JS. load()
i robi się błąd. Co jest grane?