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