asp.net.ph

Skip Navigation Links

createTFoot Method

DHTML Methods


Creates an empty TFOOT element in the TABLE.

Syntax

oTFoot = TABLE.createTFoot ( ) 
Return Value

Returns the TFoot element object if successful, or null otherwise.

Remarks

If a TFOOT already exists for the TABLE, createTFoot returns the existing element. Otherwise, it returns a pointer to the element created.

Example

The following example creates a TFOOT.

myTFoot = document.all.myTable.createTFoot ( ) 
Applies To

TABLE

See Also

createCaption, createTHead, deleteCaption, deleteTFoot, deleteTHead



© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note