Creates an empty TFOOT element in the TABLE.
Syntax
oTFoot = TABLE.createTFoot()
Return Value
Returns the TFOOT element object if successful, or null otherwise.
Remarks
If a TFOOT already exists for the TABLE, the createTFoot method returns the existing element. Otherwise, it returns a pointer to the element created.
Example
This example uses the createTFoot method to create a table footer.
myTFoot = document.all.myTable.createTFoot()
Applies To
See Also
createCaption, createTHead, deleteCaption, deleteTFoot, deleteTHead