tFoot Property
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
[ Object Name ] Platform Version Win16: Win32: Mac: Unix: WinCE: Version data is listed when the mouse hovers over a link, or the link has focus.
HTML N/A Scripting TABLE
Did you find this topic useful? Suggestions for other topics? write us!
© 1999 microsoft corporation. all rights reserved. terms of use.