<html>
<head>
<title>点击图片的左边是百度,右边是微博</title>
</head>
<body>
<img src="D://示例图片.jpg" width="192" height="120" usemap="#top_bg"/>
<map name="top_bg">
<area alt="百度" href="http://www.baidu.com" shape="rect" target="blank" coords="0,0,96,120"/>
<area alt="微博" href="http://weibo.com" shape="rect" target="blank" coords="97,0,192,120"/>
</map>
</body>
</html>