all
alt
ch
dir
id
min
rel
top
url
URL
urn
Expand Minimize
1 out of 1 rated this helpful - Rate this topic

tHead property

Retrieves the tHead object of the table.

Syntax

JavaScript

p = object.tHead

Property values

Type: Object

Object that receives the tHead object.Address of a pointer to an IHTMLTableSection interface for the head section of the table.

Standards information

Remarks

If the table doesn't have a head section, the value for the property is null.

If multiple table heads are listed in on a document, only the first one is treated as the head of the table.

Examples

This example sets the color of the tHead object to blue.


document.all.myTable.tHead.style.color = "blue" 

See also

table

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.