码迷,mamicode.com
首页 > 其他好文 > 详细

判断Ie浏览器

时间:2014-06-09 20:22:25      阅读:221      评论:0      收藏:0      [点我收藏+]

标签:c   a   int   html   os   htm   

ie8以下

 if(!+[1,])  

 if(window.attachEvent){ alert("ie")}else if(window.addEventListener){alert("not ie")}else{alert("不支持DHTML")}

ie6

 if(document.all)

 

ie浏览器  !ie 浏览器

var navigatorName = "Microsoft Internet Explorer"; 
var isIE = false; 
if( navigator.appName == navigatorName ){ 
isIE = true; 
alert("ie") 
}else{
alert("not ie") 
}

 

判断Ie浏览器,布布扣,bubuko.com

判断Ie浏览器

标签:c   a   int   html   os   htm   

原文地址:http://www.cnblogs.com/liujie1111/p/3777063.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!