TFOOT.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
Property/method value type:TR object
JavaScript syntax:-myTFOOT.insertRow(anIndex)
Argument list:anIndexThe row at which to place the new inserted TR object

See also:THEAD.insertRow()