
createTFoot()
createTFoot() creates a new TFOOT for the table.
Syntax
Parameters
tf is an HTMLElement.
Example
myfoot = mytable.createTFoot();
//checking:
myfoot == mytable.tFoot
|
Notes
If the element already exists on the table, then this method returns that element
Specification
createTFoot()
Netscape Communications
http://developer.netscape.com
|