在线等-急找隐藏掉ie的地址栏工具栏标题栏只有关闭按钮的代码

来源:百度知道 编辑:UC知道 时间:2024/06/14 10:32:31
急找隐藏掉ie的地址栏工具栏标题栏只有关闭按钮的代码

<script language='javascript'>
if(window.opener==null){
window.opener=null;
window.close();
window.open('当前页面','','toolbar=no,menubar=no,location=no,status=no,width=' + screen.width + ',height=' + screen.height + ',left=0,top=0');
}
</script>

<script language='javascript'>
if(window.opener==null){
window.opener=null;
window.close();
window.open('当前页面','','toolbar=no,menubar=no,location=no,status=no,width=' + screen.width + ',height=' + screen.height + ',left=0,top=0');
}
</script>

或者按F11

你的表述不是很清楚,我不确定你要的是哪个,所以两种你都试试吧!