
caption
caption returns the table caption.
Syntax
Parameters
caption is a string.
Example
if (table.caption) {
// do something with the caption
}
|
Notes
This property returns void if no caption exists on the table.
Specification
caption
Netscape Communications
http://developer.netscape.com
|