, October 22, 2002 12:28 PM
To: [EMAIL PROTECTED]
Subject: Inserting Rows To HTML Table Dynamically
Hi All,
In my JSP page, I should have a table and rows and/or columns
should be inserted/added/deleted/merged in to the table. After that the
contents of the rows or coulmns should be
Hi All,
In my JSP page, I should have a table and rows and/or columns should be
inserted/added/deleted/merged in to the table. After that the contents of the rows or
coulmns should be updated to database. How I can do this? Javascript:addRows() helped
me to append rows to the table, bu