[Javascript] copy THEAD with DOM

Dan Costea costea at ssi-schaefer-noell.com
Wed Feb 6 06:51:43 CST 2002


Hi,

I'm working with IE; I have 2 tables:

<TABLE id="upTbl">
</TABLE>

<TABLE id="downTbl">
   <THEAD id="downTblHead">
        ...
   </THEAD>
</TABLE>


How can I copy (with DOM) the THEAD of the second table (downTblHead) to the first table?

Thanks, Dan.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.evolt.org/pipermail/javascript/attachments/20020206/267e5816/attachment.htm>


More information about the Javascript mailing list