The following lines of script work fine in Firefox but give an "object
doesn't support this property or method" error in IE6. Could someone
recommend a way of loading a local xml file that also works for IE.
var doc = document.implem entation.create Document('', 'dummy', null);
doc.load('test. xml');
Thanks in advance, Steve.
doesn't support this property or method" error in IE6. Could someone
recommend a way of loading a local xml file that also works for IE.
var doc = document.implem entation.create Document('', 'dummy', null);
doc.load('test. xml');
Thanks in advance, Steve.
Comment