<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<head><meta forua="true" http-equiv="Cache-Control" content="max-age=0" /></head>
<card title="HTML img标签之onAbort、onError、onLoad事件与问题" id="card1">
<p> 游客</p><p>
标题:HTML img标签之onAbort、onError、onLoad事件与问题<br/>
正文:<br/>
img标签在使用的时候 一下几个事件非常的有用：onError：当图片加载出现错误，会触发 经常在这里事件里头写入 将图片导向默认报错图片，以免页面上出现红色的叉叉onLoad：事件是当图片加载完成之后触发onAbort：图片加载的时候，用户通过点击停止加载（浏览器上的红色叉叉）时出发，通常在这里触发一个提示：&amp;ldquo;图片正在加载&amp;rdquo; 很好的利用这3个事件可以在HTML中实现很多图片的功能例如：处理图片加载失败情况：&amp;lt;img src=&amp;quot;image/1.jpg&amp;quot; width=&amp;quot;258&amp;quot; height=&amp;quot;178&amp;quot; onerror=&amp;quot;this.src=’images/isets.jpg’&amp;quot; /&amp;gt;IMG的onerror自动选择最快线路，根据服务器返回 错误：&amp;lt;img src=&amp;quot;http://dianxin.xxx.com/NotExistsUrl&amp;quot; width=&amp;quot;1&amp;quot; height=&amp;quot;1&amp;quot;   onerror=&amp;quot;location.top.url=’http://dianxin.xxx.com/’&amp;quot;/&amp;gt;&amp;lt;img src=&amp;quot;http://wangtong.xxx.com/NotExistsUrl&amp;quot; width=&amp;quot;1&amp;quot; height=&amp;quot;1&amp;quot;    onerror=&amp;quot;location.top.url=’http://wangtong.xxx.com/’&amp;quot;/&amp;gt;例如，你可能会利用这个onAbort消息来警告用户，提醒他们停止某个重要图像的加载，例如图像映射：   &amp;lt;img src=&amp;quot;pics/camnpr.gif&amp;quot; usemap=&amp;quot;#map1&amp;quot; onAbort=&amp;quot;window.alert(’注意:这张照片含有重要的链接,请重新载入.’)&amp;quot;&amp;gt;同时有另一个问题出现：如果onerror=&amp;quot;this.src=’图片’&amp;quot;，这个&amp;quot;图片&amp;quo<br/><a href="http://camnpr.com/wap.asp?mode=WAP&amp;act=View&amp;id=60&amp;Page=1">[&lt;&lt;]</a><a href="http://camnpr.com/wap.asp?mode=WAP&amp;act=View&amp;id=60&amp;Page=1">[[1]]</a><a href="http://camnpr.com/wap.asp?mode=WAP&amp;act=View&amp;id=60&amp;Page=2">[2]</a><a href="http://camnpr.com/wap.asp?mode=WAP&amp;act=View&amp;id=60&amp;Page=3">[3]</a><a href="http://camnpr.com/wap.asp?mode=WAP&amp;act=View&amp;id=60&amp;Page=3">[&gt;&gt;]</a><br/>
<br/>
<a href="wap.asp?act=Com&amp;id=60">查看评论(0)</a><br/>
<a href="wap.asp?act=AddCom&amp;inpId=60">发表评论</a><br/><br/>

<br/>

<br/>
<a href="http://camnpr.com/wap.asp">首页</a>
</p>
</card>
</wml>