如题:地址栏    <script language="javascript" type="text/javascript">    
        if (this.name!='FullWnd')    
            {              
                window.open(location.href,'FullWnd','fullscreen=yes,scrollbars=no');
                this.parent.opener=null;       
                this.parent.close(); 
             }  
    </script> 
我这样写的js