当前位置:asp编程网>技术教程>Css3教程>  正文

去掉IE地址栏、工具栏、菜单栏

2007-11-15 10:30:43   来源:网络    作者:佚名   浏览量:1950   收藏
放到head中
<script language='javascript'> 
if(window.opener==null){ 
window.opener=null; 
window.close(); 
window.open('index.html','','toolbar=no,menubar=no,location=no,status=no,width=' + screen.width + ',height=' + screen.height + ',left=0,top=0'); 

</script>

关于我们-广告合作-联系我们-积分规则-网站地图

Copyright(C)2013-2017版权所属asp编程网