tags:

views:

13

answers:

0

The method of XMLHttpRequest could be overridden by using:

window.XMLHttpRequest.prototype.open = function (method, uri) { ... }

Could I override the "open" method of ActiveXObject('msxml2.xmlhttp')?