Posts Tagged ‘释疑’

CreateObject(“MSXML2.DOMDocument”) »

1. 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