cajo_vcambra
12-26-2003, 04:02 AM
Hi,
I'm having a small problem every time i try to delete rows from a table. The table has, by default, one row and the other rows are dinamically added. Then i've created a function to delete all rows (except the one i've mentioned previously), that uses a for iterator starting from 1 to mytable.rows.length, but this doesn't seem to work properly, because i'm getting Invalid Argument error. Does anyone know how to fix this?
Thanks for any help you can give me,
Carlos Ferreira
I'm having a small problem every time i try to delete rows from a table. The table has, by default, one row and the other rows are dinamically added. Then i've created a function to delete all rows (except the one i've mentioned previously), that uses a for iterator starting from 1 to mytable.rows.length, but this doesn't seem to work properly, because i'm getting Invalid Argument error. Does anyone know how to fix this?
Thanks for any help you can give me,
Carlos Ferreira