分享java带来的快乐

我喜欢java新东西

导航

<2025年4月>
303112345
6789101112
13141516171819
20212223242526
27282930123
45678910

统计

常用链接

留言簿(8)

文章分类

文章档案

相册

收藏夹

搜索

最新评论

阅读排行榜

评论排行榜

判断浏览器

    var browser = {
 'isIE' : (navigator.userAgent.indexOf('MSIE') >= 0) && (navigator.userAgent.indexOf('Opera') < 0),
 'isFirefox' : navigator.userAgent.indexOf('Firefox') >= 0,
 'isOpera' : navigator.userAgent.indexOf('Opera') >= 0
 };
 alert('ie:'+browser.isIE);
 alert('isfirefox:'+browser.isFirefox);
 

posted on 2010-08-20 19:38 强强 阅读(259) 评论(0)  编辑  收藏 所属分类: web技巧


只有注册用户登录后才能发表评论。


网站导航:
博客园   IT新闻   Chat2DB   C++博客   博问