Topic: [DOM] Removing nodes. (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: France |
posted 08-11-2002 01:20
Ok, here I face another problem. code: <table id="bag">
code: var tree = getObj('bag');
code: getObj('bag').removeChild(getObj('bag').firstChild);
|
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 08-11-2002 09:57
Take a look at this: http://www.xs4all.nl/~ppk/js/tablefun.html |
Maniac (V) Mad Scientist From: 127 Halcyon Road, Marenia, Atlantis |
posted 08-11-2002 12:20
then check this out: http://www.brainjar.com/dhtml/domviewer/ |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 08-11-2002 12:53 |
Maniac (V) Mad Scientist From: 127 Halcyon Road, Marenia, Atlantis |
posted 08-11-2002 19:37
oh....well.... neato... |