On my site, part of the form is a table containing Item number, quantity, description, and unitprice.<br><br>Instead of having an incredibly long number of table rows, I would like for the table to dynamically create a new form row when someone types in the last visible row. <br><br>I am using JavaScript to pull the data from this table to create subtotals and totals. This information will then be submitted via email(eventually) to an purchase order admin.<br><br>So not only does it have to add the row, it needs to keep the same element name format as the original rows. Currently I have only 5 rows on the site. If you would like to take a look at what I am doing the URL is <A HREF=" TARGET="_new"> help will be greatly appreciated.<br>