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
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
Returns a collection of td or th elements nested inside the table row. Items in the collection are in source code order.
document.getElementById("myTR").borderColorDark = "blue"; document.getElementById("myTR").borderColorLight = "cornf
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
Removes focus from the current TR object, at which time the TR object's onblur event fires.
Specifies the background color of the table cells in the current row. This color setting is not reflected in the style sheet backgroundColor prope
Defines the horizontal alignment of content within all cells of the row.
The tr object reflects the tr element. Due to incomplete implementation, IE 4 for the Macintosh does not offer complete scripted access to these
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
The title object reflects the title element. If you encounter problems referencing the element object by its id attribute (especially in IE 4
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
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: <
The description of THEAD is placed in TBODY chapter: javascript TBODY Description