I have a table created with code on an ASP page that allows a user to key in a product id, quantity & weight.
It looks like this

Product Id Quantity Weight
__________ ________ ______
__________ ________ ______
__________ ________ ______
__________ ________ ______
__________ ________ ______


I would like to have the product id entered once and then it will be copied down each line once the form is submitted. I would like to have the cursor positioned to the quantity field of the next row once the tab key is pressed from the prior row's weight field.

Any ideas?