Hi, I am using the following code to retrieve the content of a cell in the table. This works fine in Mozilla Firefox. But, its not working in IE. Any suggestions??
var langName = tblCells[1].textContent.trim();
The error message is:
1.textContent is null or not an object