Image

Code working in IE but not Firefox

The following code is working in IE but not in Firefox and I'm not sure why

if(document.getElementById("chkFile"+(i*1+1)).checked)
 {
   sResult+=","+document.getElementById("idFile"+(i*1+1)).innerHTML;
 }