| Map The map object reflects the fucntionality of the Html MAP element. It is used to create image mapped areas. It is the container for AREA elements which are used to define the clickable area. DOM Reference Internet Explorer window.document.all.elementIDThe properties of the Map object are: className docuemnt id innerHtml innerText isTextEdit lang language name offsetHeight offsetLeft
offsetParent offsetTop offsetWidth outerHtml outerText parentElement parentTextEdit sourceIndex style tagName titleThe Methods of the Map object are: click() contains() getAttribute() removeAttribute() scrollIntoView() setAttribute()The Collections and Arrays for the Map object are: all [ ] areas [ ] children [ ]The Event Handlers for the Map object are: onClick onDblClick onHelp onKeyDown onKeyPress onKeyUp onMouseDown onMouseMove onMouseOut onMouseOver onMouseUp |