Click to return to the DHTML, HTML     
createTextRange Method     createTHead Method     DHTML Methods    
Web Workshop  |  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:

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!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.