Contents Index Topic Contents | ||
Previous Topic: TD Next Topic: TextRange |
TEXTAREA
Description
Specifies a multiline text input control.
Remarks
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>Properties
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
Methods
blur, click, contains, createTextRange, focus, getAttribute, insertAdjacentHTML, insertAdjacentText, removeAttribute, scrollIntoView, select, setAttribute
Collections
Events
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
HTML Element
See Also
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.