当前位置: 首页 > 网络学院 > 客户端脚本教程 > HTML DOM > HTML DOM isMap属性
The isMap property returns whether or not the image is a server-side image map.
isMap属性可返回图片是否为服务器端热点图片。
imageObject.isMap |
The following example checks if an image is a server-side image map:
检查是否为服务器端热点图片:
<html> <img id="planets" src="planets.gif" <map name="planetmap"> <p>Is the image a server-side image map? </body> |
Check if an image is a server-side image-map
检查图片是否为服务器端的热点地图