TOC PREV NEXT INDEX

domref



createCaption()


createCaption() creates a new caption for the table.

Syntax

tcap = table.createCaption()
 

Parameters

tcap is an HTMLElement.

Example

mycap = mytable.createCaption();
 

 

Notes

If the element already exists on the table, then this method returns that element.

Specification

createCaption()


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