인터넷/프로그래밍/홈페이지
ajax 기초
길상여의
2008. 10. 27. 20:34
// XMLHttpRequest 오브젝트 생성 if (window.ActiveXObject) { // IE일 때 return xmlHttp; function errorMessage(){ |