
tHead
tHead returns the table's THEAD.
Syntax
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
|