[thelist] DOM, removing rows fun

Ken Kogler ken.kogler at curf.edu
Mon Sep 30 17:47:01 CDT 2002


> My guess is maybe to remove the rows at the end - except I'm not sure
> how to store all the rows until the end and then delete those. Either
> that or somehow I have to adjust my loop..any suggestions?

What if you update numrows after the loop with the new nuber of rows?

  x = x + 1;
  numrows = table.getElementsByTagName("TR").length;



HTH!
--Ken




More information about the thelist mailing list