Home | Top | Website design | JavaScript Editor JavaScript EditorGet Advanced
JavaScript and Ajax Editor,
Validator and Debugger!

1st JavaScript Editor.


tFoot Property

Retrieves the tFoot object of the table .

Syntax

HTML Scripting
N/A
[ oTFoot = ] TABLE.tFoot

Possible Values

oTFoot Object that receives the tFoot object.

The property is read-only. The property has no default value.

Remarks

If the table doesn't have a foot section, the value for the property is null.

If multiple table feet are listed in an HTML document, only the first one is treated as the foot of the table.

Example

This example sets the color of the tFoot object to blue.

document.all.myTable. tFoot .style.color = "blue"

Standards Information

This property is defined in World Wide Web Consortium (W3C) Document Object Model (DOM) Level 1 .

Applies To

Platform Version
Win16:
Win32:
Windows CE:
Unix:
Mac:
 
TABLE
Home | Top | Website design | JavaScript Editor JavaScript EditorGet Advanced
JavaScript and Ajax Editor,
Validator and Debugger!

1st JavaScript Editor.