为什么这句话对firefox不起作用,该怎么改?使得ie和ff都起作用?
function GetData(URL) { var http = new ActiveXObject("MSXML2.XMLHTTP.3.0");
http.open("GET",URL,false);
http.send(null);
document.getElementById("nr").innerHTML= http.responseText;
}
2008-06-18 13:09
2008-06-18 13:12

2008-06-18 13:26
2008-06-18 13:28
2008-06-18 13:31