TOC PREV NEXT INDEX

Put your logo here!


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


mozilla DOM project | mailto:oeschger | bug 93108
TOC PREV NEXT INDEX