deleteTFootdeleteTFoot*
*Contents  *Index  *Topic Contents
*Previous Topic: deleteRow
*Next Topic: deleteTHead

deleteTFoot

Description

Deletes the TFOOT element and its contents from the TABLE.

Syntax

object.deleteTFoot()

Return Value

No return value.

Remarks

The following example deletes the TFOOT element,

document.all.myTable.deleteTFoot()

Applies To

table

See Also

createTFoot, createTHead, createCaption, deleteTHead, deleteCaption


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.