I have googled for '"Internet Explorer" "Unknown runtime error"' and not
found anything useful. I have the following (for simplicity of
presentation here):
<div><table><tr ><th id="foo"></th></tr></table></div>
In my javascript I have two lines:
var titleObj = document.getEle mentById('foo') ;
titleObj.innerH TML = "Name is bar";
IE6 is throwing an "Unknown runtime error" at the second line.
What can I do about it?
found anything useful. I have the following (for simplicity of
presentation here):
<div><table><tr ><th id="foo"></th></tr></table></div>
In my javascript I have two lines:
var titleObj = document.getEle mentById('foo') ;
titleObj.innerH TML = "Name is bar";
IE6 is throwing an "Unknown runtime error" at the second line.
What can I do about it?
Comment