LPO検索→
- [#JavaScript] ユーザエージェント判別
- http://homepage2.nifty.com/magicant/sjavascript/uai.html
上記のサイトを使って調べた結果。
willcom windows mobile 5.0 IE ユーザエージェント判別
太文字が結果
ユーザエージェント判別
c 2006-2007 Magicant / 1.9.2 (2007-02-02)
navigator.userAgent の値による判別結果です。 判定されたユーザエージェント / レンダリングエンジン / OS のバージョンを表示します。
ユーザエージェント
Internet Explorer-
Mozilla-
Mozilla Firefox-
Netscape-
Opera-
Safari-
Konqueror-
UA 不明
True
レンダリングエンジン
Trident-
Tasman-
Gecko-
Presto/Elektra-
AppleWebKit-
オペレーティングシステム
Windows-
Windows NT-
Mac OS-
Linux-
BSD 系 OS-
Solaris-
Unknown
navigator 情報(以下ナビゲーターオブジェクト詳細)
navigator.appName Microsoft Pocket Internet Explorer
navigator.appCodeName Mozilla
navigator.appVersion 4.0 (compatible; MSIE 4.01; Windows CE; SHARP/WS007SH; PPC; 480x640)
navigator.appMinorVersion (undefined)
navigator.product (undefined)
navigator.productSub (undefined)
navigator.vendor (undefined)
navigator.vendorSub (undefined)
navigator.userAgent Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; SHARP/WS007SH; PPC; 480x640)
navigator.userProfile (undefined)
navigator.language (undefined)
navigator.userLanguage (undefined)
navigator.browserLanguage (undefined)
navigator.systemLanguage (undefined)
navigator.platform WinCE
navigator.cpuClass (undefined)
navigator.oscpu (undefined)
navigator.onLine (undefined)
navigator.cookieEnabled (undefined)
navigator.javaEnabled() False
navigator.plugins (undefined)
navigator.mimeTypes (undefined)
navigator.opsProfile (undefined)
navigator.taintEnabled() False

コメントする