Chinaunix首页 | 论坛 | 博客
  • 博客访问: 728849
  • 博文数量: 178
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 1507
  • 用 户 组: 普通用户
  • 注册时间: 2014-04-27 23:20
文章分类

全部博文(178)

文章存档

2015年(58)

2014年(121)

我的朋友

分类: JavaScript

2014-09-15 17:47:03


var browser = navigator.userAgent ;
//alert(browser);
if(browser.indexOf("Chrome")!=-1 || browser.indexOf("Firefox") != -1 ) {
    alert("是firefox  和 chrome");
    window.location.href="moder/excelOut_GoldOutput?tableColumn="+tableColumn+"&starttime="+starttime+"&endtime="+endtime+"&pageNo="+pageNo+"&pageSize="+pageSize;
}else{
 alert("是ie");
 window.location.href="excelOut_GoldOutput?tableColumn="+tableColumn+"&starttime="+starttime+"&endtime="+endtime+"&pageNo="+pageNo+"&pageSize="+pageSize;
}

阅读(2862) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~