
Designates rows as the body of the table.
This element is exposed for all tables, even if the table did not explicitly define a TBODY element.
This element is a block element.
align, bgColor, className, document, id, isTextEdit, lang, language, offsetHeight, offsetLeft, offsetParent, offsetTop, offsetWidth, parentElement, parentTextEdit, sourceIndex, style, tagName, title, vAlign
click, contains, getAttribute, removeAttribute, scrollIntoView, setAttribute
onclick, ondblclick, ondragstart, onfilterchange, onhelp, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onselectstart
Specifies a cell in a table.
This element is a block element.
align, background, bgColor, borderColor, borderColorDark, borderColorLight, className, clientHeight, clientWidth, colSpan, document, height, id, isTextEdit, lang, language, noWrap, offsetHeight, offsetLeft, offsetParent, offsetTop, offsetWidth, parentElement, parentTextEdit, rowSpan, sourceIndex, style, tagName, title, vAlign, width
blur, click, contains, focus, getAttribute, insertAdjacentHTML, insertAdjacentText, removeAttribute, scrollIntoView, setAttribute
onafterupdate, onbeforeupdate, onblur, onclick, ondblclick, ondragstart, onfilterchange, onfocus, onhelp, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onresize, onrowenter, onrowexit, onselectstart
Specifies a multiline text input control.
The default font is fixed pitch. You can also set the overflow CSS attribute to "hidden" to remove the scroll bars from the TEXTAREA.
<TEXTAREA STYLE="overflow:hidden" ID=txtComments> The patient is in stable condition after suffering an attack of the insatiable munchies. </TEXTAREA>
accessKey, className, clientHeight, clientWidth, cols, dataFld, dataSrc, disabled, document, form, id, innerText, isTextEdit, lang, language, name, offsetHeight, offsetLeft, offsetParent, offsetTop, offsetWidth, outerText, parentElement, parentTextEdit, readOnly, rows, scrollHeight, scrollLeft, scrollTop, scrollWidth, sourceIndex, status, style, tabIndex, tagName, title, type, value, wrap
blur, click, contains, createTextRange, focus, getAttribute, insertAdjacentHTML, insertAdjacentText, removeAttribute, scrollIntoView, select, setAttribute
onafterupdate, onbeforeupdate, onblur, onchange, onclick, ondblclick, ondragstart, onerrorupdate, onfilterchange, onfocus, onhelp, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onresize, onrowenter, onrowexit, onscroll, onselect, onselectstart
Represents text in an HTML element.
You can use this object to retrieve and modify text in an element, to locate specific strings in the text, and to carry out commands that affect the appearance of the text.
You can retrieve a text range object by applying the createTextRange method to a BODY, BUTTON, or TEXTAREA element or an INPUT element having text type. You can modify the extent of the text range by moving its start and end positions with methods such as move, moveToElementText, and findText. Within the text range, you can retrieve and modify plain text or HTML text. These forms of text are identical except that HTML text includes HTML tags; plain text does not.
This feature might not be available on non-Win32® platforms. See article Q172976 in the Microsoft® Knowledge Base for the latest information on Internet Explorer cross-platform compatibility.
The following JScript example changes the text of a BUTTON element to "Clicked".
var b = document.all.tags("BUTTON"); if (b!=null) { var r = b[0].createTextRange(); if (r != null) { r.text = "Clicked"; } }
collapse, compareEndPoints, duplicate, execCommand, expand, findText, getBookmark, inRange, isEqual, move, moveEnd, moveStart, moveToBookmark, moveToElementText, moveToPoint, parentElement, pasteHTML, queryCommandEnabled, queryCommandIndeterm, queryCommandState, queryCommandSupported, queryCommandValue, scrollIntoView, select, setEndPoint
Designates rows as the table's footer.
This element is a block element.
align, bgColor, className, document, id, isTextEdit, lang, language, offsetHeight, offsetLeft, offsetParent, offsetTop, offsetWidth, parentElement, parentTextEdit, sourceIndex, style, tagName, title, vAlign
click, contains, getAttribute, removeAttribute, scrollIntoView, setAttribute
onclick, ondblclick, ondragstart, onfilterchange, onhelp, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup , onselectstart
Specifies a header column. Header columns are centered within the cell and are bold.
This element is a block element.
align, background, bgColor, borderColor, borderColorDark, borderColorLight, className, colSpan, document, id, isTextEdit, lang, language, noWrap, offsetHeight, offsetLeft, offsetParent, offsetTop, offsetWidth, parentElement, parentTextEdit, rowSpan, sourceIndex, style, tagName, title, vAlign
click, contains, getAttribute, removeAttribute, scrollIntoView, setAttribute
onclick, ondblclick, ondragstart, onhelp, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onselectstart
Designates rows as the table's header.
This element is a block element.
align, bgColor, className, document, id, isTextEdit, lang, language, offsetHeight, offsetLeft, offsetParent, offsetTop, offsetWidth, parentElement, parentTextEdit, sourceIndex, style, tagName, title, vAlign
click, contains, getAttribute, removeAttribute, scrollIntoView, setAttribute
onclick, ondblclick, ondragstart, onfilterchange, onhelp, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onselectstart
Identifies the contents of the document in a global context.
This element can be used only within the HEAD tag.
This element is a block element.
className, document, id, isTextEdit, lang parentElement, parentTextEdit, sourceIndex, tagName, text, title
Specifies a row in a table.
Within a row, the following tags are valid:
This element is a block element.
align, bgColor, borderColor, borderColorDark, borderColorLight, className, document, id, isTextEdit, lang, language, offsetHeight, offsetLeft, offsetParent, offsetTop, offsetWidth, parentElement, parentTextEdit, sourceIndex, style, tagName, title, vAlign
blur, click, contains, focus, getAttribute, removeAttribute, scrollIntoView, setAttribute
onafterupdate, onbeforeupdate, onblur, onclick, ondblclick, ondragstart, onfilterchange, onfocus, onhelp, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onresize, onrowenter, onrowexit, onselectstart
Renders text in fixed-width type.
className, document, id, innerHTML, innerText, isTextEdit, lang, language, offsetHeight, offsetLeft, offsetParent, offsetTop, offsetWidth, outerHTML, outerText, parentElement, parentTextEdit, sourceIndex, style, tagName, title
click, contains, getAttribute, insertAdjacentHTML, insertAdjacentText, removeAttribute, scrollIntoView, setAttribute
onclick, ondblclick, ondragstart, onfilterchange, onhelp, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onselectstart
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.