class js.html.AreaElement extends Element
Available on jsDOM area objects expose the HTMLAreaElement (or
HTML 4 HTMLAreaElement) interface, which provides special properties and methods (beyond the regular element object interface they also have available to them by inheritance) for manipulating the layout and presentation of area elements.
Documentation for this class was provided by MDN.
Instance Fields
var coords:String
Reflects the
coords
HTML attribute, containing coordinates to define the hot-spot region.var hash:String
The fragment identifier (including the leading hash mark (#)), if any, in the referenced URL.
var search:String
The search element (including leading question mark (?)), if any, of the referenced URL