国产探花免费观看_亚洲丰满少妇自慰呻吟_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ā)表
主站蜘蛛池模板: 略阳县| 肥东县| 瑞金市| 屏山县| 延寿县| 阿克苏市| 泰和县| 乐亭县| 湖南省| 武隆县| 齐河县| 潜山县| 建水县| 龙井市| 全州县| 邻水| 眉山市| 泉州市| 嘉鱼县| 宜川县| 金湖县| 鄂温| 丰顺县| 辽源市| 会同县| 赤峰市| 米林县| 伊春市| 靖边县| 剑河县| 龙口市| 仙桃市| 苏尼特右旗| 前郭尔| 葵青区| 尼木县| 绿春县| 宁强县| 通河县| 汽车| 信丰县|