1
<img src="/examples/planets.gif" width="145" height="126" usemap="#planetmap">
2
<map name="planetmap">
3
<area id="venus" shape="circle" coords="124,58,8" alt="Venus" href="venus.htm">
4
</map>
5
<p>金星区域的 hostname:port:
6
<script>
7
document.write(document.getElementById('venus').host);
8
</script>
9
</p>
10
<p><b>注意:</b>如果没有指定端口部分的URL,或者是80(默认),一些浏览器将不会显示端口的部分。</p>