在 Windows 7 上的 IE8 中加载页面时出现 Java 脚本错误:document.prodimage
为空或不是对象。
我删除了用作 API 调用以获取数据的动态专有代码,因此显示:“”的区域是我根据某人正在查看的产品动态获取内容的地方,例如图像和链接。无论如何,这不是问题。这里是:
<a rel="position:'inside',showTitle:false,adjustX:-4,adjustY:-4" href="">
<img border="0" class="prodimage" id="prodimage" src="" width="200" height="200" alt="" onMouseover="document.prodimage.src='';" style="margin-right:auto;margin-left:auto;display:block;"/>
</a>