| UL This object is used to build, change, or set the Unordered list. Used with its companion LI you may, via scripting actions, change or build the contents of the list to reflect whatever data the user may be asked to provide. This is only one example of the functionality of the combination of these two objects. DOM Reference Internet Explorer window.document.all.elementIDThe properties of the UL object are: className compact document id innerHtml innerText isTextEdit lang language offsetHeight offsetLeft offsetParent
offsetTop offsetWidth outerHtml outerText parentElement parentTextEdit sourceIndex start style tagName title typeThe Methods of the UL object are: click() contains() getAttribute() insertAdjacentHtml() insertAdjacentText() removeAttribute() scrollIntoView() setAttribute()The Collections and Arrays for the UL object are: all [ ] children [ ] filters [ ]The Event Handlers for the UL object are: onClick onDblClick onDragStart onFilterChange onHelp onKeyDown onKeyPress onKeyUp onMouseDown onMouseMove onMouseOut onMouseOver onSelectStart |