一段提示ie6浏览器升级更新的代码

2011-07-30 17:55  2044人阅读  评论 (0)
Tags:

看php的手册的时候看到了这个,也就把它扣取出来了,呵呵,献丑了。

<!--[if lt IE 8]>
<script type="text/javascript"> 
    /*Load jQuery if not already loaded*/
    if(typeof jQuery == 'undefined'){
        document.write("<script type=\"text/javascript\"   src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js\"></"+"script>");
        var __noconflict = true; 
    } 
    var IE6UPDATE_OPTIONS = {
        icons_path: "http://www.php.net/ie6update/images/"
    };
</script>
<script type="text/javascript" src="http://www.php.net/ie6update/ie6update.js"></script>
<![endif]-->
豫ICP备09035262号-1