BLOG main image
분류 전체보기 (368)
IT (67)
끄적거린수필 (147)
경제의이해 (13)
Wow! (43)
리뷰 (10)
사진과 그 순간 기억 (60)
인상깊은 구절 (21)
자료실 (4)
English (3)
At our great submitting articl..
06:13 - submit articles
좋은 게시물, 공유를위한 감사합..
05/11 - china wholesale
If you are willing to know mor..
04/29 - custom thesis
We could get custom dissertati..
04/29 - thesis
I know that a lot of custom th..
04/26 - dissertation writing service
Different students want to fin..
04/26 - dissertation
You know the style of your cod..
02/28 - descriptive essay
I understand you for sure - it..
02/28 - book report writer
I think you have really good i..
02/28 - homework helper
To my mind this new thing shou..
02/28 - obama speech
엔컴퓨팅 무슨 회사냐 하시는 분..
Welcome to the NComputing World
10월 13일 무한도전 - 환장의 짝..
Nothing is impossable in this..
해커와 화가...
괴짜 프로그래머의 일상사~@@
재테크 열풍 속에서 우리는 무엇..
Miracler's Blog Life~
270,231 Visitors up to today!
Today 2 hit, Yesterday 41 hit
daisy rss
tistory 티스토리 가입하기!
2007/05/29 22:46
//Create a boolean variable to check for a valid Internet Explorer instance.
var xmlhttp = false;
//Check if we are using IE.
try {
//If the Javascript version is greater than 5.
xmlhttp = new ActiveXObject("Msxml2.XMLHTTP");
alert ("You are using Microsoft Internet Explorer.");
} catch (e) {

6676CH02.qxd  9/27/06  11:51 AM  Page 18
CHAPTER 2  AJAX BASICS18
//If not, then use the older active x object.
try {
//If we are using Internet Explorer.
xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
alert ("You are using Microsoft Internet Explorer");
} catch (E) {
//Else we must be using a non-IE browser.
xmlhttp = false;
}
//If we are using a non-IE browser, create a javascript instance of the object.
if (!xmlhttp && typeof XMLHttpRequest != 'undefined') {
xmlhttp = new XMLHttpRequest();
alert ("You are not using Microsoft Internet Explorer");
}
Trackback Address :: http://www.coveredjin.com/trackback/246 관련글 쓰기
Name
Password
Homepage
Secret