文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>js 浏览器判断

js 浏览器判断

时间:2010-04-10  来源:xylonw

  if(document.all){ //ie
     window.attachEvent('onload',addCountry);
}else{ //ff
     //自动加载函数
     window.addEventListener('load',addCountry,false);  
}
  
  
  function getBrowserType(){
     if(navigator.userAgent.indexOf("MSIE")>0) {
          return 1;
     }
     if(isFirefox=navigator.userAgent.indexOf("Firefox")>0){
          return 2;
     }
     if(isSafari=navigator.userAgent.indexOf("Safari")>0) {
          return 2;
     }
     if(isCamino=navigator.userAgent.indexOf("Camino")>0){
          return 2;
     }
     if(isMozilla=navigator.userAgent.indexOf("Gecko/")>0){
          return 2;
     }
     return 1;
}
相关阅读 更多 +
排行榜 更多 +
无畏行者模拟器

无畏行者模拟器

冒险解谜 下载
哈基米世界

哈基米世界

休闲益智 下载
哈基米世界(内置菜单)

哈基米世界(内置菜单)

休闲益智 下载