var url = "要执行的地址";var xmlHttp = new ActiveXObject("MicroSoft.xmlHttp");xmlHttp.open("GET",url,true);xmlHttp.send();