hello,
i hv some probs with eval() in firefox. it works in IE nicely.
here is the code.
[PHP]eval("document. getElementById( '" + tblName + "').rows[0].cells[" + cellNo + "].innerHTML = document.getEle mentById('seat_ " + seatNo + "').innenTe xt" ); //innerText[/PHP]
any soluation??
i hv some probs with eval() in firefox. it works in IE nicely.
here is the code.
[PHP]eval("document. getElementById( '" + tblName + "').rows[0].cells[" + cellNo + "].innerHTML = document.getEle mentById('seat_ " + seatNo + "').innenTe xt" ); //innerText[/PHP]
any soluation??
Comment