TABLE.tHead (Property)

A reference to a THEAD object for the table if there is one defined.

Availability:

DOM level - 1
JavaScript - 1.5
JScript - 3.0
Internet Explorer - 4.0
Netscape - 6.0
Property/method value type:THEAD object
JavaScript syntax:-myTABLE.tHead

If a table has a <THEAD> HTML tag defined within its extent, then the THEAD object instantiated by those tags can be accessed via this property. Note that a table can own only one THEAD object.

See also:TABLE object, THEAD object

Property attributes:

ReadOnly.