Re: Inserting Rows To HTML Table Dynamically

2002-10-29 Thread Jayaprakasam, Yogaraj (Cognizant)
, 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

Inserting Rows To HTML Table Dynamically

2002-10-22 Thread Smita Kotnis
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