TOC PREV NEXT INDEX

domref



tHead


tHead returns the table's THEAD.

Syntax

th_el = table.tHead
 

Parameters

th_el is a HTMLTableSectionElement.

Example

if (table.tHead == my_head_el) {
 
   ...
 
}
 

Notes

This property returns VOID if no THEAD element exists.

Specification

tHead


Netscape Communications
http://developer.netscape.com
TOC PREV NEXT INDEX