javascript TextRange collapse( )

Reduces the TextRange object to a length of zero (creating an insertion point) at the beginning or end of the text range before it collapsed.

javascript TextRange text

Indicates the text contained by the text range. In the case of a TextRange object of a body element, this consists of only the text that is rend

javascript TextRange htmlText

Specifies all HTML of the document for a given element when that element is used as the basis for a TextRange object. For example, if you create a

javascript TextRange boundingLeft, boundingTop

Return the pixel distance between the top or left of the browser window or frame and the top or left edges of the imaginary space occupied by the T

javascript TextRange boundingHeight, boundingWidth

Return the pixel measure of the imaginary space occupied by the TextRange object. Although you do not see a TextRange object in the document (un

javascript TextRange Description

The TextRange object -- similar in concept to the Netscape 6 and W3C DOM Range objectrepresents the text of zero or more characters in a docume

javascript TextNode Description

javascript TEXTAREA select( )

Selects all the text displayed in the form element. To position the insertion pointer in a specific location inside a textarea element in IE, see

javascript TEXTAREA handleEvent[ ]

Instructs the TEXTAREA object to accept and process the event whose specifications are passed as the parameter to the method

javascript TEXTAREA createTextRange( )

Creates a TextRange object from the content of the textarea object. See the TextRange object for details.

javascript TEXTAREA wrap

Indicates whether the browser should wrap text in a textarea element and whether wrapped text should be submitted to the server with soft returns

javascript TEXTAREA value

Specifies the current value associated with the form control that is submitted with the name/value pair for the element. All values are strings.

javascript TEXTAREA type

Returns the type of form control element. The value is returned in all lowercase letters. It may be necessary to cycle through all form elements in

javascript TEXTAREA tabIndex

This is a number that indicates the sequence of this TEXTAREA element within the tabbing order of all focusable elements in the document.

javascript TEXTAREA status

This is implemented in IE, but has no function for the textarea object.