Map.areas[] (Collection)

A collection of Area objects belonging to the map object.

Availability:

DOM level - 1
JavaScript - 1.5
JScript - 3.0
Internet Explorer - 4.0
Netscape - 6.0
Property/method value type:Collection object
JavaScript syntax:-myMap.areas

The objects instantiated by <AREA> tags which are part of this image map are collected together and accessible as a collection. The collection object is referred to by this property.

Property attributes:

ReadOnly.