国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JavaScript > 正文

用js自動判斷瀏覽器分辨率的代碼

2019-11-21 02:18:47
字體:
供稿:網(wǎng)友
復(fù)制代碼 代碼如下:

<SCRIPT LANGUAGE="JavaScript">
<!--
if (window.navigator.userAgent.indexOf("MSIE")>=1)
{
var IE1024="";
var IE800="";
var IE1152="";
var IEother="";
ScreenWidth(IE1024,IE800,IE1152,IEother)
}
else{
if (window.navigator.userAgent.indexOf("Firefox")>=1)
{
var Firefox1024="";
var Firefox800="";
var Firefox1152="";
var Firefoxother="";
ScreenWidth(Firefox1024,Firefox800,Firefox1152,Firefoxother)
}
else{
var Other1024="";
var Other800="";
var Other1152="";
var Otherother="";
ScreenWidth(Other1024,Other800,Other1152,Otherother)
}
}
function ScreenWidth(CSS1,CSS2,CSS3,CSS4){
if ((screen.width == 1024) && (screen.height == 768)){
setActiveStyleSheet(CSS1);
}else{
if ((screen.width == 800) && (screen.height == 600)){
setActiveStyleSheet(CSS2);
}else{
if ((screen.width == 1152) && (screen.height == 864)){
setActiveStyleSheet(CSS3);
}else{
setActiveStyleSheet(CSS4);
}}}
}
function setActiveStyleSheet(title){ 
document.getElementsByTagName("link")[0].href="style/"+title; 
}
//-->
</SCRIPT> 
發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 丹棱县| 南京市| 兴安盟| 星座| 伊金霍洛旗| 藁城市| 稻城县| 临城县| 明溪县| 成武县| 丰都县| 高清| 宜章县| 麟游县| 龙口市| 邹城市| 黄陵县| 开阳县| 天门市| 依安县| 台东市| 江口县| 靖州| 包头市| 保山市| 余姚市| 偃师市| 盖州市| 潮州市| 隆德县| 宣化县| 乌恰县| 湟中县| 宜川县| 宾阳县| 和龙市| 固原市| 黑龙江省| 恩施市| 小金县| 策勒县|