- JScript code
var xmlhttp; if (window.ActiveXObject){xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");} else if (window.XMLHttpRequest) {xmlhttp = new XMLHttpRequest();alert("1");} alert(xmlhttp);
测试xmlhttp对象是创建的window.XMLHttpRequest,但是就是不执行下面的 xmlHttp.onreadystatechange?
ie中正常
------解决方案--------------------
------解决方案--------------------
xmlHttp.send();