Call to Microsoft.XMLHTTP

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Im trying to debug some desktop issues as it relates to MSXML. When java script is executed via the browser and makes the following call, where does the system actually go to find the appropriate version of MSXML to invoke:
httpreq = new activexobject("Microsoft.XMLHTTP")
Does it reference the registry to see which DLL to call? Is it dependant upon finding an enabled ActiveX control in the browser under Tools > Porgrams > Manage Add Ons? Im stumped. Any help would be appreciated.

View the full article
 
Back
Top