JavaScript table object method: deleteCaption()
[this page | pdf | back links]
The deleteCaption() method of the JavaScript
DOM object
corresponding to the HTML <table> element
removes the first <caption>
element from the table.
It has the following
syntax with no parameters:
object.deleteCaption()
NAVIGATION LINKS
Contents | Prev | Next | JavaScript DOM (and BOM)