Retrieves the TFOOT object of the TABLE.
Syntax
HTML N/A Scripting [ oTFoot = ] table.tFoot
Possible Values
oTFoot Object that specifies the TFOOT object. The property is read-only with no default value.
Remarks
If no TFOOT exists, the value of the property is null.
Example
This example sets the color of the TFOOT object to blue.
Sample Code
document.all.myTable.tFoot.style.color = "blue"
Applies To
HTML N/A Scripting TABLE