如果找不到源图像,则需要在表的单元格中显示替代图像。当前,下面的代码用于执行此操作。
cell.innerHTML="<img height=40 width=40 src='<%=request.getContextPath()%>/writeImage.htm' onError='ImgErrorVideo(this);'>"
function ImgErrorVideo(source){
source.src = "video.png";
source.onerror = "";
return true;
}
现在的问题是上述解决方案在Internet Explorer中有效,但在mozilla中不起作用。
请告诉我一些适用于所有浏览器的解决方案。
慕码人8056858
蛊毒传说
慕斯709654