Javascript Methods JavaScript Reference

Note:
Removes the  element from a table.
    
Syntax:
    
document.getElementById("tableID").deleteCaption() 
document.all.tableID.deleteCaption() // IE only