全屏打开的窗口大小

cony01 2004-07-17 11:47:10
fullscreen=1 全屏打开窗口 ,怎么控制窗口大小。
在IE 6.0 sp1 不能使用的。

window.open( "1.htm" , wname, "fullscreen=1,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=300,height=150);

IE5.0 或 IE 6.0 可以,IE 6.0 sp1 限定窗口大小///

如何解决??
...全文
228 8 打赏 收藏 转发到动态 举报
写回复
用AI写文章
8 条回复
切换为时间正序
请发表友善的回复…
发表回复
ice_berg16 2004-07-21
  • 打赏
  • 举报
回复
IE6以上不能控制全屏的窗口大小
cony01 2004-07-21
  • 打赏
  • 举报
回复
使用 fullscreen=1 但,又得控制窗口大小。
就这个意思。IE 6 sp1 以上不行。
zehao 2004-07-21
  • 打赏
  • 举报
回复
全屏就是将窗口设为整个屏幕那么大,你又要设窗口大小,那就不能全屏了嘛!!??
你到底要干什么呀???
hemeng 2004-07-21
  • 打赏
  • 举报
回复
<script language=javascript>
window.open('mainx1.asp','desktop','fullscreen=1');
</script>
这样就可以!
kinglately 2004-07-21
  • 打赏
  • 举报
回复
function showSmallFullWindow()
{
window.open("1.htm" , wname, "fullscreen=1,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=300,height=150);
wname.resizeTo(320,480);
return true;
}
cxty 2004-07-21
  • 打赏
  • 举报
回复
不都全屏的了吗?????
cony01 2004-07-21
  • 打赏
  • 举报
回复
还是不能设定窗口大小.
liao183 2004-07-17
  • 打赏
  • 举报
回复
full=window.open( "1.htm" , wname, "fullscreen=1,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=300,height=150);
full.width=600
full.height=400,
这样就可以控制了

28,391

社区成员

发帖
与我相关
我的任务
社区描述
ASP即Active Server Pages,是Microsoft公司开发的服务器端脚本环境。
社区管理员
  • ASP
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧