当然不行了,没有new关键字。XHR = new ActiveXObject("Msxml2.XMLHTTP");    不行
XHR = new ActiveXObject("Microsoft.XMLHTTP");  不行
XHR = new ActiveXObject("MSXML2.XMLHTTP.3.0"); 不行
XHR = new XMLHttpRequest(); 还是不行 这个在IE6无效,在IE7可以