snippets/captcha/captcha.html
2011-02-07 20:13:46 +01:00

6 lines
320 B
HTML

<?php
<img id="captcha" alt="captcha" src="captcha.php" />
<a href="#" onclick="document.getElementById(\'captcha\').src = \'img/loading_small.gif\'; window.setTimeout(function() {document.getElementById(\'captcha\').src = \'captcha.php\'}, 500); return false;">
<img src="img/reload.png" alt="reload" />
</a>
?>