<SCRIPT LANGUAGE="JavaScript"> <!-- function createAjax(){ if(typeof(ActiveXObject) == "function"){ try{ return new ActiveXObject("Msxml2.XMLHTTP"); }catch(e){ try{ return new ActiveXObject("Microsoft.XMLHTTP"); }catch(e1){ return null; } } else if(typeof(XMLHttpRequest) == "object" || typeof(XMLHttpRequest) == "function"){ return new XMLHttpRequest(); } else{ self.alert("브라우저가 AJAX를 지원하지 않습니다"); return null; } } myAjax = createAjax(); self.document.write("myAjax.readyState :" + myAjax.readState + "<br/>"); //--> </SCRIPT> ActiveXObject : Microsoft Explorer XMLHttpRequset : 다른 웹 브라우저 ....망할 마소 혼자 튄다 짜증지대-_- |