| Article: |
Dynamic Content with DOM-2 (Part I of II) | |
| Subject: | Inserting Nodes without pre-existing table | |
| Date: | 2002-06-13 07:13:38 | |
| From: | iq_soft | |
|
Response to: Inserting Nodes without pre-existing table
|
||
|
The point is also to create TBODY element within your table. Try this: <table> <tbody id="table1"> </tbody> </table>
|
||
Showing messages 1 through 1 of 1.
-
Inserting Nodes without pre-existing table
2002-06-14 12:53:19 madmiarde [View]



Thanks again!