I have a jsp page in which rows are created dynamically to a table using java script. It is working fine in all the browsers except IE. In IE it is showing the error Unknown
I have created a script through which you can add inner tables into a column of the table.
I have used the concepts of @DragonPrince and @Bui Cuong for devoloping my answer.
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO-8859-1"%>
Insert title here
old table row 1 column 1
old table row 2 column 1
Add table
Check it. Currently its just simply adding a inner table only. You can modify it so that you will be able to make it as you want.
Check the following detailed answer.
Body part
Add Multiple Companies
<%-- table in which entire body content is written --%>
Add Company
Scripts