반응형
Browser Name
<script>
alert(navigator.appName);
</script>
http://www.javascripter.net/faq/browsern.htm
<script>
alert(navigator.appName);
</script>
http://www.javascripter.net/faq/browsern.htm
Prototype.js를 이용한 방법
Prototype.Browser.IE
Prototype.Browser.Opera
Prototype.Browser.WebKit // Safari
Prototype.Browser.Gecko
Examples
In case you are viewing in Mozilla:
Prototype.Browser
//-> Object: IE=false Opera=false WebKit=false Gecko=true
if(Prototype.Browser.Gecko) {
alert("It's a Gecko!")
}
반응형
'Web > WEB기본' 카테고리의 다른 글
[CSS] IE6에서 레이어 고정시키기 핵. Fixed Layer Hack for IE6 (0) | 2009.06.09 |
---|---|
[펌]IE8의 WebSlices기능을 웹사이트에 추가하기 (2) | 2009.04.10 |
레이아웃에 사용되는 두가지 속성 position 과 float (0) | 2009.04.10 |
Microsoft JScript Reference.chm 파일 (0) | 2009.01.14 |
Javascript Event요소 (0) | 2009.01.06 |
Eclipse Font 설정하기 (0) | 2008.12.01 |
[펌]IE7.0에서 Firebug사용하기. (0) | 2008.06.27 |
Eclipse로 Tomcat개발 + IDE 환경 (Plug In) (0) | 2008.06.26 |
도움이 되셨다면 하트모양의 "♡ 공감"을 눌러주시면 큰 격려가 됩니다.
(로그인하지 않으셔도 가능)
(로그인하지 않으셔도 가능)