Search Results for 'Web design/Ajax'


1 POSTS

  1. 2009/03/26 XMLHttpRequest 오브젝트 사용하기 by gwlee

XMLHttpRequest 오브젝트 사용하기

출처: http://blog.naver.com/jinoxst/140021512014

var xmlHttp;

function createXMLHttpRequest() {
    if (window.ActiveXObject) {
        xmlHttp = new ActiveXObject("Microsoft.XMLHTTP");
    }
    else if (window.XMLHttpRequest) {
        xmlHttp = new XMLHttpRequest();
    }

IE를 사용하던 비IE던 하나의 method를 이용해서 XHR객체를 생성해서 사용할 수 있다.

메소드 및 속성




XMLHttpRequest소스

크리에이티브 커먼즈 라이센스
Creative Commons License

Posted by gwlee

2009/03/26 20:10 2009/03/26 20:10
,
Response
0 Trackbacks , 0 Comments
RSS :
http://thegreatgoodplace.com/tt/study/rss/response/101

Trackback URL : http://thegreatgoodplace.com/tt/study/trackback/101

Leave a comment

블로그 이미지

gwLee's Study story

- gwlee



Site Stats

Total hits:
49885
Today:
34
Yesterday:
72