www.fgks.org   »   [go: up one dir, main page]

Skip Navigation Links
  

Microsoft Developer Network

Click to Rate and Give Feedback
Methods
 deleteTHead Method
deleteTHead Method

Deletes the tHead element and its contents from the table.

Syntax

object.deleteTHead()

Return Value

No return value.

Remarks

If only one tHead element exists in the source, the deleteTHead method deletes the table header. If multiple tHead elements have been defined, the next tHead element in the source order is promoted as the table header.

Example

This example uses the deleteTHead method to delete the tHead element from the table.

document.all.myTable.deleteTHead()

Standards Information

This method is defined in World Wide Web Consortium (W3C) Document Object Model (DOM) Level 1 World Wide Web link.

Applies To

TABLE, TBODY

See Also

createCaption, createTFoot, createTHead, deleteCaption, deleteTFoot
Tags What's this?: Add a tag
Community Content
 
Add Community Content
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker
DCSIMG