Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Specifies a multiline text input control.
HTML Syntax
<TEXTAREA ACCESSKEY=key CLASS=classname COLS=n DATAFLD=colname DATASRC=#ID DISABLED ID=value LANG=language LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS NAME=name READONLY ROWS=n STYLE=css1-properties TABINDEX=n TITLE=text WRAP=OFF | HARD | SOFT event = script >
Remarks
The default font is fixed pitch.
Members
Styles
Example
You can also set the overflow CSS attribute to "hidden" to remove the scroll bars from the TEXTAREA as in the following example.
<TEXTAREA STYLE="overflow:hidden" ID=txtComments> The patient is in stable condition after suffering an attack of the insatiable munchies. </TEXTAREA>
See Also
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.