J
John Geddes
In both IE6 and Netscape 7:
insertRow method of tbody is behaving as expected:
- inserts a new row
- increases tbody.rows.length
BUT deleteRow is not doing the opposite.
It DOES delete the row, but it adds a <TR></TR> pair just before the
</TBODY> and that leaves the tbody.rows.length count unchanged.
Demo page at http://www.btinternet.com/~geddes.winster/drtable.htm
What am I doing wrong?
John Geddes
insertRow method of tbody is behaving as expected:
- inserts a new row
- increases tbody.rows.length
BUT deleteRow is not doing the opposite.
It DOES delete the row, but it adds a <TR></TR> pair just before the
</TBODY> and that leaves the tbody.rows.length count unchanged.
Demo page at http://www.btinternet.com/~geddes.winster/drtable.htm
What am I doing wrong?
John Geddes