Name

tHead — NN n/a IE 4 DOM n/a

Synopsis

Read-only

Returns a reference to the THEAD object if one has been defined for the table. If no THEAD element exists, the value is null. You can access THEAD element properties and methods through this reference if you like. This property is available only on the Win32 version of Internet Explorer 4.

Example

var tableHeadTxt = document.all.myTable.tHead.innerText

Value

THEAD object reference.

Default

null

Get Dynamic HTML: The Definitive Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.