Posted By:
Ravi_kiran
Posted On:
Wednesday, April 11, 2001 07:27 AM
I have created a table which contains 3 rows where there are Input fields in the columns with data. When I click a button, then a new row should be appended to the table. After entering data, I want to send all the data entered in the text fields to a servlet.
How to add row with text fields dynamically?