xmlhttp 에서 인코딩 질문

puaxx의 이미지

<script>
var xmlHttpReq = new ActiveXObject("MSXML2.XMLHTTP.3.0");
xmlHttpReq.open("GET", "http://naver.com", false);
xmlHttpReq.send();
//alert(xmlHttpReq.responseText);
</script>

이렇게 하니 브라우저 멈추네요..http://www.naver.com은 괜찮습니다.이건 또 왜그런지 --; 해결방법은 뭔지..

그리고 한글이 깨져서 나오네요...이건 또 어떻게 해결해야 될지..ㅜㅜ