ã©ããã 以ä¸ã®æ¹æ³ã§å¤å®ãããã¨ãã§ããããã§ãã // ãªã¯ã¨ã¹ããªãã¸ã§ã¯ããä½ã var req = new ActiveXObject('Microsoft.XMLHTTP'); // ãã©ã°ã®æºå var sended = false; // readystatechange ã¤ãã³ããå¾ ã¤ req.onreadystatechange = function() { if (req.readyState == 4) { // ãã£ãã·ã¥ã«åå¨ããªãå ´å if (sended) { alert('loaded'); } // ãã£ãã·ã¥ã«åå¨ããå ´å else { alert('cached'); } } }; // éä¿¡éå§ req.open('GET', 'hoge'); req.send(); // ãã©ã°ãç«ã¦ã sended = true; 解説 IE ã§ã¯ããã£ãã·ã¥
{{#tags}}- {{label}}
{{/tags}}