javascript TH focus( )

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

javascript TH clientHeight, clientWidth

these provide the height and width of the TH element's content

javascript TH blur( )

Removes focus from the current TH object, at which time the TH object's onblur event fires. Note that the range of elements capable of focus and blur

javascript TH Description

See td.

javascript TFOOT Description

The description of TFOOT is placed in TBODY chapter: javascript TBODY Description

javascript TextRectangle bottom, left, right, top

Return integer pixel values for the browser window coordinates of the rectangle edges. Note that these values are not relative to the page. Therefor

javascript TextRectangle Description

A TextRectangle object contains the coordinates of the four edges of an invisible box that surrounds a string of body text. Two methods of all ele

javascript TextRange setEndPoint( )

Sets the end point of the current TextRange object to the end point of another range that had previously been preserved as a variable reference.

javascript TextRange select( )

Selects all the text that is included in the current TextRange object. This method brings some visual confirmation to users that a script knows ab

javascript TextRange queryCommandValue( )

Returns the value associated with the command, such as the name font of the selection.

javascript TextRange queryCommandText( )

Returns text associated with the command.

javascript TextRange queryCommandSupported( )

Determines whether the named command is supported by the document object.

javascript TextRange CommaqueryndState( )

Determines the current state of the named command.

javascript TextRange queryCommandIndeterm( )

Indicates whether the command is in an indeterminate state.

javascript TextRange queryCommandEnabled( )

Indicates whether the command can be invoked in light of the current state of the document or selection.