I have a script which parses an xml document.
IE gives an error on this line.
alarmlog[j][0] = EALog[j].getElementsByTagName("LDsp")[0].childNodes[0].nodeValue;
I checked to make sure that the value is available. I can alert this value, and it looks good. But IE keeps showing the error
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB7.3; chromeframe/28.0.1500.95; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 1.1.4322; .NET CLR 3.0.04506.648; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Timestamp: Mon, 19 Aug 2013 20:44:12 UTC
Message: Object required
Line: 503
Char: 4
Code: 0
URI: http://192.168.254.105/sensorLog.html
Hoping to get some hints. Thanks