Hi, i am using iframe to refresh captcha whenever user makes an error in typing captcha text.
this iframe is inside a form which looks like this...
<iframe id="cvbnm" frameborder="0" width="176" height="75" marginheight="0" marginwidth="0"> </iframe>
and whenever user types wrong captcha i am using
$("#cvbnm").attr("src", "captcha.php");
where captcha.php is a different page where the captcha files are included.
this is working fine in firefox....but does not refresh in ie... please help me....