hi
i have an unusual captcha system and want to refresh the <img src="">
PHP Code:
<input type='button' id='refresh'>
<img src="<?php echo URL_THEME.'images/CaptchaCodes/CaptchaIMG_'.mt_rand(0,20).'.jpg'; ?>" style="margin-bottom:5px;" title="Captcha Code!" />
im guessing js can do this?
any help.......