
tFoot
tFoot returns the table's TFOOT element.
Syntax
Parameters
tf_el is a HTMLTableSectionElement.
Example
if (table.tFoot == my_foot) {
...
}
|
Notes
This property returns VOID if no TFOOT element exists.
Specification
tFoot
Netscape Communications
http://developer.netscape.com
|