The following works in Firefox but not in IE6, it gives the error
"object doesn't support this property or method". How can I modify it
to also work in IE6?
var doc = document.implem entation.create Document('', 'dummy', null);
doc.load('test. xml');
Thanks in advance for any assistance.
Steve.
"object doesn't support this property or method". How can I modify it
to also work in IE6?
var doc = document.implem entation.create Document('', 'dummy', null);
doc.load('test. xml');
Thanks in advance for any assistance.
Steve.
Comment