Mega Code Archive

 
Categories / JavaScript Reference / Javascript Methods
 

CreateCaption() Syntax, Parameters and Note

Note: Creates a <caption> element associated with the specified table.  The contents of the <caption> must also be set at run time.      Syntax:      document.getElementById("tableID").createCaption() document.all.tableID.createCaption() // IE only