TOC PREV NEXT INDEX

Put your logo here!


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()


mozilla DOM project | mailto:oeschger | bug 93108
TOC PREV NEXT INDEX