Ver original$(document).ready(function(){ $("#Reload").click(function(){ d = new Date(); $("#result").html("<img src='captcha.php?" + d.getTime() + "'>"); }); });