TABLE.insertRow() (Method)

Insert a new row into the table at a specified row index.

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:-myTABLE.insertRow(anIndex)
Argument list:anIndexThe row at which to insert a new row

See also:TR object