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

c# 浏览器区别

时间:2014-09-06 09:43:32      阅读:213      评论:0      收藏:0      [点我收藏+]

标签:style   ar   strong   for   cti   sp   on   c   ad   

c#   浏览器区别

思路:浏览器本身独有的属性来区别:

 

1.window对象的属性来区别:           

window.attachEvent               IE
window.addEventListener       chrome
window.ActiveXObject;           IE

window.MessageEvent           Chrome 和 firefox
window.openDatabase           Safari

2.js来区别:

navigator.userAgent.indexOf("MSIE")>0      IE

navigator.userAgent.indexOf("chrome")>0   chrome

navigator.userAgent.indexOf("firefox")>0    firefox

 

document.getBoxObjectFor      firefox    Chrome无
document.all ;                          IE

 

c# 浏览器区别

标签:style   ar   strong   for   cti   sp   on   c   ad   

原文地址:http://www.cnblogs.com/zlp520/p/3959126.html

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