Click to return to the DHTML, HTML     
text-transform Attribute ...     tHead Property     DHTML Properties    
Web Workshop  |  DHTML, HTML & CSS

tFoot Property


Retrieves the TFOOT object of the TABLE.

Syntax

HTMLN/A
Scripting[ oTFoot = ] table.tFoot

Possible Values

oTFootObject 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 ]
PlatformVersion
Win16:
Win32:
Mac:
Unix:
WinCE:
HTML N/A
Scripting TABLE


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.