默认使用IE8打开页面
IIS设置HTTP响应标头:
X-UA-Compatible IE=EmulateIE8
页面设置:
<meta http-equiv=“X-UA-Compatible” content=“IE=8″>
或
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />
默认IE浏览器版本
原文:http://www.cnblogs.com/zyx321/p/7267597.html