org.w3c.dom.html
public interface HTMLMapElement extends HTMLElement
| Method Summary | |
|---|---|
| HTMLCollection | getAreas()
The list of areas defined for the image map. |
| String | getName()
Names the map (for use with usemap). |
| void | setName(String name) |
usemap). See the name attribute
definition in HTML 4.0.