THEAD.insertRow() (Method)

You can insert additional rows into a table footer with this method.

Availability:

DOM level - 1
JavaScript - 1.5
JScript - 3.0
Internet Explorer - 4.0
Netscape - 6.0
JavaScript syntax:-myTHEAD.insertRow(anIndex)
Argument list:anIndexThe row at which to insert the new TR object

See also:TFOOT.insertRow()