Contents Index Topic Contents | ||
Previous Topic: createTHead Next Topic: deleteCaption |
createTFoot
Description
Creates an empty TFOOT element in the TABLE. If a TFOOT already exists for the TABLE, createTFoot returns the existing element, otherwise, it returns a pointer to the element created.
Syntax
object.createTFoot()
Return Value
Returns the THead element object. If the method fails, it returns null.
Remarks
The following example creates a TFOOT,
myTFoot = document.all.myTable.createTFoot()Applies To
table
See Also
createTHead, createCaption, deleteTHead, deleteTFoot, deleteCaption
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.