首页 > 代码库 > Bootstrap浏览器支持下载页面 判断当前IE浏览器小于等于IE8时页面自动跳转到浏览器支持下载页面
Bootstrap浏览器支持下载页面 判断当前IE浏览器小于等于IE8时页面自动跳转到浏览器支持下载页面
Bootstrap浏览器支持下载HTML页面 :
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="description" content="" /> <meta name="keyword" content="" /> <meta name="author" content="chenfeilong" /> <!--[if lt IE 9]> <meta http-equiv="Refresh" content="10; url=http://www.baidu.com/" /> <![endif]--> <title></title> <link href=http://www.mamicode.com/"Styles/bootstrap.min.css" rel="stylesheet" />>
判断当前IE浏览器小于等于IE8时页面自动跳转代码:
<!--[if lt IE 9]> <meta http-equiv="Refresh" content="10; url=http://www.baidu.com/" /> <![endif]-->
注:在 if 后加 lt gte有不同效果 (参加其它参数同理)
<!–[if IE 8]> IE8 仅IE8可识别<!–[if lt IE 8]> IE7或更低版本
<!–[if gte IE 8]> 高于或者等于IE8版本
页面效果图:
Bootstrap浏览器支持下载页面 判断当前IE浏览器小于等于IE8时页面自动跳转到浏览器支持下载页面
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。