S
Stefan Mueller
I have a table dynamically created with a JavaScript (insertRow, deleteRow).
At the end I'd like to go through the whole table (beginning at the first
and ending at the last row) to display all the data e.g. with alert().
Is there an easy way to go through the whole table to read the data (each
row has an unique ID but I don't know their IDs) or do I need while
modifying the table to rememder each row's ID so I can access to data
directly with their IDs?
Stefan
At the end I'd like to go through the whole table (beginning at the first
and ending at the last row) to display all the data e.g. with alert().
Is there an easy way to go through the whole table to read the data (each
row has an unique ID but I don't know their IDs) or do I need while
modifying the table to rememder each row's ID so I can access to data
directly with their IDs?
Stefan