
IE6에 대한 지원은 다른 곳으로 날려버리는 걸로 마무리했네요(저도 이렇게 하고 싶을 때가 참 많습니다만...).
[code:js]
var newp = function(){
// IE6 branch of this demo
window.location.href = "http://" +
(confirm("Is it 2008?") ?
"webkit.org" : "mozilla.org") +
"/";
}
// setup our branch launch:
dojo.addOnLoad((dojo.isIE && dojo.isIE <7 ? newp : init));
var newp = function(){
// IE6 branch of this demo
window.location.href = "http://" +
(confirm("Is it 2008?") ?
"webkit.org" : "mozilla.org") +
"/";
}
// setup our branch launch:
dojo.addOnLoad((dojo.isIE && dojo.isIE <7 ? newp : init));
from dojo.workers: a showcase on Ajaxian
'[IT] Web Tech' 카테고리의 다른 글
"모바일 웹에서 빠르게" 프리젠테이션 (0) | 2008.06.04 |
---|---|
Google AJAX 라이브러리 API (4) | 2008.06.04 |
Sound Manager2 업데이트: 속도와 데모 (0) | 2008.06.03 |
YUI를 위한 Scrolling Tab View (0) | 2008.06.02 |
dojo.workers: 쇼케이스 (1) | 2008.06.02 |
HTML5, 다른 형태의 ruby 지원 (0) | 2008.06.02 |
위젯을 위한 선언적 구문 (0) | 2008.06.02 |
UFrame: div가 iframe을 만났을 때 (0) | 2008.06.02 |
W3C CSS Namespaces; 이젠 예비 권고안 (0) | 2008.06.02 |
댓글을 달아 주세요
ㅋㅋㅋㅋ 날려버리는 센스 죽이네요 ㅋ