TOC PREV NEXT INDEX

domref



createTFoot()


createTFoot() creates a new TFOOT for the table.

Syntax

tf = table.createTFoot()
 

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