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
you can use innerText like this
try{ row.innerHTML =mystring1; }catch(e){ row.innerText =mystring1; row.style.display='table-row'; }