Name

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

Synopsis

Read-only

Returns a reference to the TFOOT object if one has been defined for the table. If no TFOOT element exists, the value is null. You can access TFOOT 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 tableFootTxt = document.all.myTable.tFoot.innerText

Value

TFOOT 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.