TOC PREV NEXT INDEX

domref



tBodies


tBodies returns a collection of the table bodies.

Syntax

bodies = table.tBodies
 

Parameters

bodies is an HTMLCollection.

Example

length(mytable.tBodies);
 

Notes

None.

Specification

tBodies


Netscape Communications
http://developer.netscape.com
TOC PREV NEXT INDEX