javascript TR chOff

Defines the offset point at which the character specified by the char attribute is to appear within a TR cell. In practice, neither IE nor Navigator r

javascript TR ch

Defines the text character used as an alignment point for text cells of the row. This property is normally of value only for the align attribute s

javascript TR cells[ ]

Returns a collection of td or th elements nested inside the table row. Items in the collection are in source code order.

javascript TR borderColorDark, borderColorLight

document.getElementById("myTR").borderColorDark = "blue"; document.getElementById("myTR").borderColorLight = "cornf

javascript TR borderColor

Specifies the color of the element's border. Internet Explorer applies the color to all four lines that make up the interior border of a cell. There

javascript TR blur( )

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

javascript TR bgColor

Specifies the background color of the table cells in the current row. This color setting is not reflected in the style sheet backgroundColor prope

javascript TR align

Defines the horizontal alignment of content within all cells of the row.

javascript TR Description

The tr object reflects the tr element. Due to incomplete implementation, IE 4 for the Macintosh does not offer complete scripted access to these

javascript toolbar Description

See directories.

javascript TITLE text

Specifies the text content of the element. For the title element, this is the text between the start and end tags that also appears in the browser

javascript TITLE Description

The title object reflects the title element. If you encounter problems referencing the element object by its id attribute (especially in IE 4

javascript throw Description

Triggers an exception condition, passing a value along with the exception. Although the value you pass can be a simple string, ideally you should pa

javascript this Description

Refers to the current object. For example, in a form control object event handler, you can pass the object as a parameter to the function: <

javascript THEAD Description

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