EDN Admin
Well-known member
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
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