tHead Property
Retrieves the THEAD object of the TABLE.
Syntax
HTML N/A Scripting [ oTHead = ] table.tHead
Possible Values
oTHead Object that specifies the THEAD object. The property is read-only with no default value.
Remarks
If no THEAD exists, the value for the property is null.
Example
This example sets the color of the THEAD object to blue.
Sample Code
document.all.myTable.tHead.style.color = "blue"
Applies To
[ Object Name ] Platform Version Win16: Win32: Mac: Unix: WinCE: Version data is listed when the mouse hovers over a link, or the link has focus.
HTML N/A Scripting TABLE
Did you find this topic useful? Suggestions for other topics? write us!
© 1999 microsoft corporation. all rights reserved. terms of use.