社区
JavaScript
帖子详情
用open命令打开一个窗口时,有什么参数可以使打开的窗口最大化?(在线等待)
poirotj
2003-07-16 09:51:15
同题!
...全文
56
6
打赏
收藏
用open命令打开一个窗口时,有什么参数可以使打开的窗口最大化?(在线等待)
同题!
复制链接
扫一扫
分享
转发到动态
举报
写回复
配置赞助广告
用AI写文章
6 条
回复
切换为时间正序
请发表友善的回复…
发表回复
打赏红包
zhanghk
2003-07-16
打赏
举报
回复
fullscreen
laker_tmj
2003-07-16
打赏
举报
回复
up learn
blestcc
2003-07-16
打赏
举报
回复
var myh = screen.height;
var myw = screen.width;
ViewWin=window.open("your.html","WIN","width=" + myW + ",height=" + myH + ",left=0,top=0");
amelia
2003-07-16
打赏
举报
回复
var height = screen.height;
var width = screen.width;
ViewWin=window.open("your.html","WIN","width=" + myW + ",height=" + myH + ",left=0,top=0");
youngfly0137
2003-07-16
打赏
举报
回复
window.open("页面地址","窗口名称","fullscreen=yes")
sorry
youngfly0137
2003-07-16
打赏
举报
回复
windows.open("页面地址","窗口名称","fullscreen")
window.
open
打开
最大化
窗口
项目中一开始使用window.
open
打开
新
窗口
,并设置了新
窗口
的
打开
位置: myWindow=window.
open
('','取证包查看','height='+iHeight+',,innerHeight='+iHeight+',width='+iWidth+',innerWidth='+iWidth+',top='+iTop+',left='+iLeft+',toolbar=no,menub
window.
open
打开
窗口
最大化
close() 强制 关闭
窗口
打开
新
窗口
的window.
open
使用方法以及
最大化
等问题解决方法汇总 收藏 一、window.
open
()支持环境: JavaScript1.0+/JScript1.0+/Nav2+/IE3+/Opera3+二、基本语法: var win=window.
open
(pageURL,name,parameters) 其中: pageURL 为子
窗口
路径 name 为子
窗口
句柄,win也为子
窗口
的window对象,注意区别 parameters 为
窗口
参数
(各
参数
用逗号分隔)三、部分
参数
其中ye
window.
open
打开
窗口
时
要使
窗口
去掉菜单栏、工具栏、标题栏,达到
窗口
最大化
window.
open
打开
窗口
时
要使
窗口
去掉菜单栏、工具栏、标题栏,达到
窗口
最大化
,可以采用下面的方法: js 代码 ///window.
open
(document.location, '窗体名称', 'fullscreen');//这句
打开
并去掉所有栏, //连系统任务栏都盖住 //window.
open
(document.location, '窗体名称', '');//只
window.
open
打开
一个
窗口
最大化
2019独角兽企业重金招聘Python工程师标准>>> ...
window
open
打开
窗口
最大化
window
open
打开
窗口
最大化
JavaScript
87,988
社区成员
224,683
社区内容
发帖
与我相关
我的任务
JavaScript
Web 开发 JavaScript
复制链接
扫一扫
分享
社区描述
Web 开发 JavaScript
社区管理员
加入社区
获取链接或二维码
近7日
近30日
至今
加载中
查看更多榜单
社区公告
暂无公告
试试用AI创作助手写篇文章吧
+ 用AI写文章