<html>
<head><title>yingshe</title></head>
<body>
<img src="1.jpg" usemap="#abc"/>
<!--映射区域-->
<map name="abc">
<area shape="rect" href="jj.html" coords="140,20,280,60"/>
</map>
</body>
</html>
<html>
<head><title>yingshe</title></head>
<body>
<img src="1.jpg" usemap="#abc"/>
<!--映射区域-->
<map name="abc">
<area shape="rect" href="jj.html" coords="140,20,280,60"/>
</map>
</body>
</html>