Javascript Reference
Categories: TABLE

javascript TABLE tFoot

@March 15, 2008, 1:22 a.m.
tFootFirefox/Netscape/NN 6 IE 4(Win)/5(Mac) Chrome/Safari/DOM 1  

Read-only  

Returns a reference to the tfoot element object if one has been defined for the table. If no tfoot element exists, the value is null. You can access tfoot element object properties and methods through this reference if you like. This property is available only on the Win32 version of Internet Explorer 4.

 
Example
 
var tableFootTxt = document.getElementById("myTable").tFoot.firstChild.nodeValue;
 
Value

tfoot element object reference.

 
Default

null


Powered by Linode.