Hello Ajax var req = new XMLHttpRequest(); req.open('POST', 'dummy.xml', true); req.send(); req.onreadystatechange=function(){ }; 예제 요청 응답 흐름