Retrieves whether the image is a server-side image map.
Syntax
HTML <IMG ISMAP = bMap ... > Scripting [ bMap = ] img.isMap
Possible Values
bMap Boolean that specifies one of the following values:
false Image is not a server-side map. true Image is a server-side map. The property is read-only with a default value of false.
Applies To