tHead Property

MS Office DHTML, HTML & CSS

tHead Property


Retrieves the THEAD object of the TABLE.

Syntax

HTMLN/A
Scripting[ oTHead = ] table.tHead

Possible Values

oTHeadObject 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 ]
PlatformVersion
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

Back to topBack to top

Did you find this topic useful? Suggestions for other topics? write us!Internet Link

© 1999 microsoft corporation. all rights reserved. terms of useInternet Link.