24
msxml.dll
netscape:
varxmldoc= document.implementation.createdocument("","",null);
var xmlserverhttp = new xmlhttprequest();
ie:
var xmldoc = new activexobject("msxml2.domdocument");
本文关键:IE VS NETSCAPE
24
msxml.dll
netscape:
varxmldoc= document.implementation.createdocument("","",null);
var xmlserverhttp = new xmlhttprequest();
ie:
var xmldoc = new activexobject("msxml2.domdocument");