html中图片分割超链DEMO

    技术2022-05-20  45

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312" /><title>无标题文档</title><style>  *{margin:0;padding:0;font-size:12px;font-family:"宋体"; font-family:Arial, Helvetica, sans-serif; color:#5B5B5B; margin-top:-2px;} </style><script language="javascript">

    function checkNewList(detailId){  window.open("http://w3.worldunion.com.cn/info/newsdetail/newsDetail.action?news.oid="+detailId,"","600px,width=940px,scrollbars=yes,status=no,toolbar=no,menubar=no,location=no, resizable=yes,left=30px,top=50px");  }  function checkNewList2(detailId){  window.open("http://w3.worldunion.com.cn/info/newsdetail/newsDetail.action?news.oid="+detailId,"","height=600px,width=940px,scrollbars=yes,status=no,toolbar=no,menubar=no,location=no, resizable=yes,left=30px,top=50px");}</script></head>

    <body ><div style="margin-left:4px;"><img src="mager11.jpg" height="38" width="244"  style="cursor:hand;"  border="0" usemap="#Map"/></div><map name="Map" id="Map"><area shape="rect" coords="20,4,110,30" href="javascript:checkNewList(4706)" /><area shape="rect" coords="128,5,222,31" href="javascript:checkNewList2(509)" /></map></body></html>


    最新回复(0)