IE VS NETSCAPE[13]

[入库:2005年8月19日] [更新:2007年3月24日]

本文简介:选择自 edwardfay 的 blog

 

24

msxml.dll

netscape:

varxmldoc= document.implementation.createdocument("","",null);

 

var xmlserverhttp = new xmlhttprequest();

 

 

 

ie:

var xmldoc = new activexobject("msxml2.domdocument");

 

本文关键:IE VS NETSCAPE
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top