Page 1 of 1

Creating Elements For Insertion

Posted: Tue Sep 27, 2005 2:52 am
by pilau
I want to use createElement to create a table row.
The table row cintains three TDs, so to create that row should I do it in the following order:

1 - Declare the TDs first
2 - Declare the TR
3 - Append the TDs to the Row
4 - Append the TR to the table?

It would be great if you could describe as well a way to add the TR after a certain table row, and not in the begining/end of the table.

Posted: Fri Sep 30, 2005 12:13 am
by pilau
Please if somebody could post here...