createTFoot Method

MS Office DHTML, HTML & CSS

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 ]
PlatformVersion
Win16:
Win32:
Mac:
Unix:
WinCE:
Version data is listed when the mouse hovers over a link, or the link has focus.

TABLE

See Also

createCaption, createTHead, deleteCaption, deleteTFoot, deleteTHead


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? write us!Internet Link

© 1999 microsoft corporation. all rights reserved. terms of useInternet Link.