Mozilla.com

  1. MDC
  2. Main Page
  3. DOM
  4. table.tFoot
Table of contents
  1. 1. Summary
  2. 2. Syntax
  3. 3. Example
  4. 4. Notes
  5. 5. Specification
Table of contents
  1. 1. Summary
  2. 2. Syntax
  3. 3. Example
  4. 4. Notes
  5. 5. Specification

« Gecko DOM Reference

Summary

tFoot returns the table's TFOOT element.

Syntax

HTMLTableSectionElementObject = table.tFoot

Example

if (table.tFoot == my_foot) { 
 ...
}

Notes

This property returns VOID if no TFOOT element exists.

Languages

Page last modified 14:00, 16 May 2006 by Ptak82

Files (0)