org.w3c.dom.html2
public interface HTMLMapElement extends HTMLElement
See also the Document Object Model (DOM) Level 2 HTML Specification.
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)
Names the map (for use with usemap ). |
usemap
). See the name
attribute definition in HTML 4.01.usemap
). See the name
attribute definition in HTML 4.01.