6 lines
320 B
HTML
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>
|
|
?>
|