Contents Index Topic Contents | ||
Previous Topic: cancelBubble Next Topic: cellIndex |
caption
Description
Points to the CAPTION element in the TABLE. If none exist, it is null.
Syntax
object.caption[ = element]
Return Value
This property has read-only permission.
Remarks
The following example sets the inline style for the CAPTION.
document.all.myTable.caption.style.color = "blue"Applies To
table
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.