日期:2014-05-17 浏览次数:20578 次
1、? 用Window.open时:如果想让页面有滚动效果,resizable和scrollbars的值都得为yes
?
2、用window.open打开一个最大化窗口
window.open("test.htm","","height="+screen.availHeight+", width="+screen.availWidth+", top=0, left=0, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no");