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' }; </script> <div id="recaptcha_widget" style="display:none"> <input type="text" id="recaptcha_response_field" name="recaptcha_response_field" /> </div> <script type="text/javascript" src="http://www.google.com/recaptcha/api/challenge?k=6LfczwsAAAAAAPVdJ5Ks6dlUwjCu45iDuh3lLlUI"> </script> <noscript> <iframe src="http://www.google.com/recaptcha/api/noscript?k=6LfczwsAAAAAAPVdJ5Ks6dlUwjCu45iDuh3lLlUI" <textarea name="recaptcha_challenge_field" rows="3" cols="40"> </textarea> <input type="hidden" name="recaptcha_response_field" value="manual_challenge"> </noscript>
w plik, ktry zostaje wyświetlony poprzez wygenerowanie w JS. load()
i robi się błąd. Co jest grane?