I can get table cell contents using following statement in Firefox, but no luck in IE:
document.getElementById('<%=tblBasket.ClientID %>').rows[i].cells[0].innerText
Also I have tested innerHTML, again with no luck, I think the way I call .rows[i].cells[0]. has a problem which gives nothing for IE, what am I doing wrong here?
and one-liner: