TABLE.tBodies[] (Collection)

A collection of all TBODY objects within a table.

Availability:

DOM level - 1
JavaScript - 1.5
JScript - 3.0
Internet Explorer - 4.0
Netscape - 6.0
Property/method value type:Collection object
JavaScript syntax:-myTABLE.tBodies

If a table has any <TBODY> HTML tags defined within its extent, then the TBODY objects instantiated by those tags will become members of this collection.

See also:TABLE object, TBODY object

Property attributes:

ReadOnly.