| Table The table object reflects the functionality of the Html TABLE tag. It is used to encapsulate the table elements td, tr, and td. The table elements tHead, tFoot, and tBody may also be nested within the table elements. Properties of each of these objects, including table, may be altered or set via DOM statements within JavaScript functions. DOM Reference Internet Explorer window.document.all.elementIDThe properties of the Table object are: align background bgColor border borderColor borderColorDark borderColorLight caption cellPadding cellSpacing className clientHeight clientWidth cols dataFld dataPageSize dataSrc document frame height id innerHtml innerText isTextEdit lang
language offsetHeight offsetLeft offsetparent offsetTop offsetWidth outerHtml outerText parentElement parentTextEdit recordNumber rules scrollHeight scrollLeft scrollTop scrollWidth sourceIndex style tabIndex tagName tBody tFoot tHead title widthThe Methods of the Table object are: blur() click() contains() focus() getAttribute() insertAdjacentHtml() insertAdjacentText() nextPage() previousPage() refresh() removeAttribute() scrollIntoView() setAttribute()The Collections and Arrays for the Table object are: all [ ] children [ ] filters [ ] rows [ ] tBodies [ ]The Event Handlers for the TextRange object are: onBlur onClick onDblCLick onDragStart onFocus onHelp onKeyDown onKeyPress onKeyUp onMouseDown onMouseMove onMouseOut onMouseOver onMouseUp onResize onRowEnter onRowExit onScroll onSelectStart |