Hi guys, i am having a bit of trouble trying to update an e-learning course to work in IE9. When run, the following error is displayed in developer tools:
"SCRIPT438: Object doesn't support property or method 'load'"
This is in relation to the last line of code in my example below.
Code Java:// Start loading the config XML file this.Config.objXMLFile = jsXML.CreateDOMDocument(); this.Config.objXMLFile.onreadystatechange = doLoad_XMLConfigFile; var filePath = "config/config.xml?rand=" + RandomGen(32); this.Config.objXMLFile.load(filePath);
I know that IE9 has a different JavaScript engine to IE8, but does anyone know if there would be a workaround to this issue?
Cheers in advance for any reply


Reply With Quote

Bookmarks