HBCMS更多的中文手册参考:

deleteTFoot Method

DHTML文档教程

Deletes the tfoot element and its contents from the table.

dhtml语法

object.deletetfoot()

return value

no return value.

Remarks

If only one tFoot element exists in the source, the deleteTFoot method deletes the table footer. If multiple tFoot elements have been defined, the next tFoot element in the source order is promoted as the table footer.

DHTML代码范例

This example uses the deleteTFoot method to delete the tFoot element from the table.

document.all.myTable.deleteTFoot()

是否符合公共标准

This method is defined in World Wide Web Consortium (W3C) Document Object Model (DOM) Level 1 Non-Microsoft link.

Applies To

TABLE, TBODY

更多语法参考

createcaption, createtfoot, createthead, deletecaption, deleteTHead