I modify document.getElementById(\'\').innerHTML with Java Script in a page. It\'s working fine in Firefox, but not IE8. Please see below for more details:
document.getElementById('site'+cValue).innerHTML=tableReadyElem; //work with mozila not ie
$(document.getElementById('site'+cValue)).html(tableReadyElem);//work for both