createTFoot Method
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
[ Object Name ] Platform Version Win16: Win32: Mac: Unix: WinCE: Version data is listed when the mouse hovers over a link, or the link has focus.
See Also
createCaption, createTHead, deleteCaption, deleteTFoot, deleteTHead
Did you find this topic useful? Suggestions for other topics? write us!
© 1999 microsoft corporation. all rights reserved. terms of use.