TABLE.tFoot (Property)

A reference to a TFOOT 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:TFOOT object
JavaScript syntax:-myTABLE.tFoot

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

See also:TABLE object, TFOOT object

Property attributes:

ReadOnly.