createTBody
Method of dom/HTMLTableElementdom/HTMLTableElement
Syntax
var object = object.createTBody();
Return Value
Returns an object of type DOM NodeDOM Node
Object
tBody
null
Examples
This example uses the createTBody method to create a table body.
myTBody = document.all.myTable.createTBody()
Notes
Remarks
If a tBody already exists, createTBody returns the existing element. Otherwise, it returns a pointer to the element created.
Syntax
Standards information
There are no standards that apply here.
See also
Related pages
- tabletable
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]