Mega Code Archive

 
Categories / JavaScript Reference / Javascript Methods
 

DeleteCaption() Syntax, Parameters and Note

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