<script type="text/javascript">
    ieGo();
function ieGo(){ 
        var ie = !-[1,];  
        if(ie == true) {
            var ua = navigator.userAgent.toLowerCase();
            var version = parseInt(ua.match(/msie ([\d.]+)/)[1]);
            if(version <= 6) {
                location.href='loginold.aspx'; 
            }
        }
}
</script>

 

 

posted on 2012-05-30 09:59  . 夜___ .  阅读(466)  评论(0编辑  收藏  举报