<script language="javascript">function full_win() {
        var height = window.screen.availHeight - 33;
        var width = window.screen.availWidth - 10;
            
        window.opener = null;
        window.open("shopping.html", "_blank", "height=" + height + ",width=" + width +
                ",top=0,left=0,toolbar=yes,menubar=yes,scrollbars=yes,resizable=yes,location=yes,status=yes");
        window.open('', '_self');
       
} </script>
这段代码加进去之后,然后调用后是全屏进入我的首页shoping.html,这一点没动问题,但是没有状态栏啊,请哪位高人帮帮我啊,要全屏显示并带有状态栏!小弟在这里先谢谢了