TOC PREV NEXT INDEX

domref



caption


caption returns the table caption.

Syntax

caption = table.caption
 

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
TOC PREV NEXT INDEX