Re: removeNode problem
- From: steve.macleod@xxxxxxxxxxxxxxxx
- Date: 29 Oct 2005 15:28:18 -0700
Hi,
I am using removeNode() to remove a table (tbody) from the document
like this:
the_table = document.getElementById(the_table_id);
the_table.removeNode(true);
However when I access the length property like this:
the_div = document.getElementById(my_div_id);
the_div.getElementsByTagName("tbody").length
....I seem to get a value that does not reflect the fact that the tbody
node has been removed. This is causing me big problems!
I was wondering if anyone could help?
.
- References:
- removeNode problem
- From: steve . macleod
- removeNode problem
- Prev by Date: Re: Looping through variable number of arrays variable times? - RUNTIME???
- Next by Date: Popup window with text in it
- Previous by thread: removeNode problem
- Next by thread: Re: removeNode problem
- Index(es):
Relevant Pages
|