【发布时间】:2011-07-21 01:50:53
【问题描述】:
在此页面上带有验证码演示:
http://www.tutorialcadet.com/demo/ajaxform/
验证码图像在 Internet Explorer 中未刷新(单击图像时)。在火狐中。 chrome,opera 运行良好。
它在资源管理器中抛出这个弹出错误:
Line: 155
Error: Object doesn't support this property or method
然后,当我在资源管理器中检查源代码时,我在第 155 行看到了这一点:
<td><div id="captchaimage"><a href="SITE_BASE/register/" id="refreshimg" onclick="refreshimg(); return false;" title="Click to refresh image"><img src="captcha/image.php?1311183335" alt="Captcha image" width="132" height="46" align="left" /></a></div></td>
然后当我再次点击图片时,又出现一个错误弹窗:
Line: 1
Error: Object doesn't support this property or method
当我查看源代码时,我看到一个?空白行?在第一行。 这是我所说的第一行空白的屏幕:
http://i54.tinypic.com/23ves1j.jpg
任何建议如何解决这个问题?这只发生在 Internet Explorer 中。我目前正在使用 9。这是某种 Internet Explorer 错误还是?
【问题讨论】:
标签: javascript jquery internet-explorer popup