Posts Tagged ‘释疑’
CreateObject(”MSXML2.DOMDocument”)
星期二, 十月 21, 2008 14:30 1 Comment1. CreateObject(”MSXML2.DOMDocument”)
this is VB code to create a DOMDocument object using the MSXML2 library
2. new ActiveXObject(”MSXML.DOMDocument”)
this is javascript to create a DOMDocument object using the MSXML library
3. Server.CreateOject(”Microsoft.XMLDOM”)
this is ASP vbscript to create a version independent DOMDocument object
Note:
1. Only for built in objects, such as filesystemobject, dictionary etc. Any object which comes from an external [...]