I am showing Captcha in this way:
<img src="ReturnCaptcha2.php" alt="CAPTCHA" width="100" height="50">
I have a hyperlink named "Reload" near it. I want to recall that PHP file without refreshing my page. Probably, AJAX is involved in it. Please assist.