ダウンロード
ie_xmlhttp.js
サンプル
実行
var req = new XMLHttpRequest; req.open("GET","ie_xmlhttp.js",true); req.onload = function(){document.getElementById("result").value = req.responseText} req.send(null);