TOC PREV NEXT INDEX

domref



tFoot


tFoot returns the table's TFOOT element.

Syntax

th_el = table.tFoot
 

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
TOC PREV NEXT INDEX