I cant figure out the syntax on this. Ive got a table "productout". That table has a set number of rows in it, each with their own ID. What I want to do is to step thru the table and get the row id, then delete the row, the recreate the row, and reassign the its ID. Deleting, recreating, and re id'ing Ive got handled. Im having trouble getting the ID to begin with.
Here is the line where I try to pull the id:
rowID=document.getElementById('productout').rows[rowCount].id;
Is that right? Or what am I doing wrong?
Thanks for any help.
Sieldan |