Contents Index Topic Contents | ||
Previous Topic: deleteTFoot Next Topic: doReadRequest |
deleteTHead
Description
Deletes the THEAD element and its contents from the TABLE.
Syntax
object.deleteTHead()
Return Value
No return values.
Remarks
The following example deletes the THEAD element,
document.all.myTable.deleteTHead()Applies To
table
See Also
createTFoot, createTHead, createCaption, deleteTFoot, deleteCaption
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.