Caton + OO + Google =?
This is my record about java , C# and web application
2009年5月25日 星期一
顯示螢幕解析度和瀏覽器類別
標籤:
網路
,
javascript
//顯示瀏覽器類別
navigator.appName
如
Firefox 顯示 Netscape
IE 顯示 Microsoft Internet Explorer
//顯示螢幕解析度
screen.width 寬度
screen.height 高度
可以用以下例子放入javascript中
alert("瀏覽器是:"+navigator.appName );
alert("螢幕解析度是:"+screen.width+" * "+screen.height );
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言