all
alt
ch
dir
id
min
rel
top
url
URL
urn
Expand Minimize
0 out of 1 rated this helpful - Rate this topic

tFoot property

Retrieves the tFoot object of the table.

Syntax

JavaScript

p = object.tFoot

Property values

Type: Object

Object that receives the tFoot object.Address of a pointer to an IHTMLTableSection interface for the foot section of the table.

Standards information

Remarks

If the table doesn't have a foot section, the value for the property is null.

If multiple table feet are listed in on a document, only the first one is treated as the foot of the table.

Examples

This example sets the color of the tFoot object to blue.


document.all.myTable.tFoot.style.color = "blue"

See also

table

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.