javascript TEXTAREA rows

Specifies the height of the textarea element based on the number of lines of text that are to be displayed without scrolling. The value represents

javascript TEXTAREA readOnly

Indicates whether the form element can be edited on the page by the user. A form control that has its readOnly property set to true may still be modif

javascript TEXTAREA name

This is the identifier associated with the form control contains current TEXTAREA element. The value of this property is submitted as one-half of the

javascript TEXTAREA form

Returns a reference to the form element that contains the current TEXTAREA element

javascript TEXTAREA focus( )

Gives focus from the current TEXTAREA object, at which time the TEXTAREA object's onfocus event fires

javascript TEXTAREA defaultValue

Specifies the default text for the textarea element, as established by the text between the start and end tags in the page's source code.

javascript TEXTAREA dataSrc

Used with IE data binding to specify the ID of the page's TEXTAREA object element that loads the data source object for remote data access.

javascript TEXTAREA dataFld

Used with IE data binding to associate a remote data source column name to a textarea object's value property. A datasrc attribute must also

javascript TEXTAREA disabled

Specifies whether the TEXTAREA element is available for user interaction.

javascript TEXTAREA cols

Specifies the width of the editable space of the textarea element. The value represents the number of monofont characters that are to be displayed

javascript TEXTAREA clientLeft, clientTop

Broadly speaking, these provide the left and top coordinates of the element's content within the box that includes the element's padding, but with min

javascript TEXTAREA clientHeight, clientWidth

these provide the height and width of the TEXTAREA element's content, but with minor variations with respect to element padding among various operatin

javascript TEXTAREA blur( )

Removes focus from the current TEXTAREA object, at which time the TEXTAREA object's onblur event fires.

javascript TEXTAREA accessKey

This is single character key that either gives focus to an TEXTAREA element (in some browsers) or activates a form control or link action.

javascript TEXTAREA Description

The textarea object reflects the textarea element and is used as a form control. This object is the primary way of getting a user to enter multi