Mar 24

利用Meta的Refresh自动跳转 不指定

felix021 @ 2008-3-24 19:55 [IT » 网络] 评论(0) , 引用(0) , 阅读(4298) | Via 本站原创
利用Meta的Refresh自动跳转
将下句放置在<head></head>之间:
<meta http-equiv="Refresh" content="5;url=http://www.19880711.com"/>

示例为:5s后跳转到http://www.19880711.com
Tags: , ,
Feb 22

img usemap 不指定

felix021 @ 2008-2-22 02:08 [IT » 网络] 评论(1) , 引用(0) , 阅读(6203) | Via 本站原创
给一个简单的示例。
<map id="map" name="map">
  <area shape="rect" target="_blank" alt="a" coords="-1,-1,432,96" href="http://a.cn" />
  <area shape="rect" target="_blank" alt="b" coords="433,0,645,97" href="http://b.com" />
  <area shape="rect" target="_blank" alt="c" coords="645,0,887,97" href="http://c.cn" />
  <area shape="rect" target="_blank" alt="d" coords="887,0,979,97" href="http://d.com" />
</map>
<img src="title.png" usemap="#map" alt="xxx" border="0">
Tags:
分页: 1/1 第一页 1 最后页 [ 显示模式: 摘要 | 列表 ]