楼主是要通过JavaScript将IE7升级到IE8,貌似不好处理。坐等大牛 

解决方案 »

  1.   

    楼主是像,用js 写一段代码将IE7升级成IE8,还是?求解答哦
      

  2.   

    本帖最后由 showbo 于 2014-01-24 09:36:45 编辑
      

  3.   


    <body>
        <!--[if lt IE 8]>
        <div style='clear: both; height: 59px; padding: 0 0 0 15px; position: relative;margin:0 auto; width:900px'>
            <a href="http://windows.microsoft.com/zh-CN/internet-explorer/downloads/ie?ocid=ie6_countdown_bannercode" target="_blank">
                <img src="http://theie6countdown.cn/img/banner/warning_bar_0027_Simplified%20Chinese.jpg" border="0" height="42" width="820" alt="You are using an outdated browser. For a faster, safer browsing experience, upgrade for free today." />
            </a>
        </div>
        <![endif]-->
    </body>