Deletes the THEAD element and its contents from the TABLE.
Syntax
TABLE.deleteTHead()
Return Value
No return value.
Example
This example uses the deleteTHead method to delete the THEAD element from the table.
document.all.myTable.deleteTHead()
Applies To
See Also
createCaption, createTFoot, createTHead, deleteCaption, deleteTFoot