您的位置:首页 > 其它

打开网页没有地址栏窗口

2011-08-23 15:43 232 查看
<script>

//打开没有地址栏的新窗口

window.open("http://35free.net/tanfei", "svgWin", "scrollbars=no,status=yes,resizable=no,top=0,left=0,width=" + (screen.availWidth - 10) + ",height=" + (screen.availHeight - 30));

//关闭窗口

window.opener=null;

window.open("","_self");

window.close();

</script>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐