window.open()与window.close()

Syntax

oNewWindow = window.open( [sURL] [, sName] [, sFeatures] [, bReplace])

Parameters

sURLOptional. String that specifies the URL of the document to display. If no URL is specified, a new window with about:blank is displayed.
sNameOptional. String that specifies the name of the window. This name is used as the value for the TARGET attribute on a form or an a element.
_blankThe sURL is loaded into a new, unnamed window.
_media  The sURL is loaded into the HTML content area of the Media Bar. Available in Internet Explorer 6 or later.
_parentThe sURL is loaded into the current frame's parent. If the frame has no parent, this value acts as the value _self.
_searchAvailable in Internet Explorer 5 and later. The sURL is opened in the browser's search pane.
_selfThe current document is replaced with the specified sURL .
_topsURL replaces any framesets that may be loaded. If there are no framesets defined, this value acts as the value _self.
sFeaturesOptional. This String parameter is a list of items separated by commas. Each item consists of an option and a value, separated by an equals sign (for example, "fullscreen=yes, toolbar=yes"). The following features are supported.
channelmode = { yes | no | 1 | 0 }Specifies whether to display the window in theater mode and show the channel band. The default is no.
directories = { yes | no | 1 | 0 }Specifies whether to add directory buttons. The default is yes.
fullscreen = { yes | no | 1 | 0 }Specifies whether to display the browser in full-screen mode. The default is no. Use full-screen mode carefully. Because this mode hides the browser's title bar and menus, you should always provide a button or other visual clue to help the user close the window. ALT+F4 closes the new window. A window in full-screen mode must also be in theater mode (channelmode).
height = numberSpecifies the height of the window, in pixels. The minimum value is 100.
left = numberSpecifies the left position, in pixels. This value is relative to the upper-left corner of the screen. The value must be greater than or equal to 0.
location = { yes | no | 1 | 0 }Specifies whether to display the input field for entering URLs directly into the browser. The default is yes.
menubar = { yes | no | 1 | 0 }Specifies whether to display the menu bar. The default is yes.
resizable = { yes | no | 1 | 0 }Specifies whether to display resize handles at the corners of the window. The default is yes.
scrollbars = { yes | no | 1 | 0 }Specifies whether to display horizontal and vertical scroll bars. The default is yes.
status = { yes | no | 1 | 0 }Specifies whether to add a status bar at the bottom of the window. The default is yes.
titlebar = { yes | no | 1 | 0 }Specifies whether to display a title bar for the window. This parameter is ignored unless the calling application is an HTML Application or a trusted dialog box. The default is yes.
toolbar = { yes | no | 1 | 0 }Specifies whether to display the browser toolbar, making buttons such as Back, Forward, and Stop available. The default is yes.
top = numberSpecifies the top position, in pixels. This value is relative to the upper-left corner of the screen. The value must be greater than or equal to 0.
width = numberSets the width of the window, in pixels. The minimum value is 100.
bReplaceOptional. When the sURL is loaded into the same window, this Boolean parameter specifies whether the sURL creates a new entry or replaces the current entry in the window's history list.
truesURL replaces the current document in the history list
falsesURL creates a new entry in the history list.

Return Value

Returns a reference to the new window object. Use this reference to access properties and methods on the new window.

 参数解释:

window.open 弹出新窗口的命令;
'page.html' 弹出窗口的文件名;
'newwindow' 弹出窗口的名字(不是文件名),非必须,可用空''代替;
height=100 窗口高度;
width=400 窗口宽度;
top=0 窗口距离屏幕上方的象素值;
left=0 窗口距离屏幕左侧的象素值;
toolbar=no 是否显示工具栏;
menubar,scrollbars 表示菜单栏和滚动栏。
resizable=no 是否允许改变窗口大小;
location=no 是否显示地址栏;
status=no 是否显示状态栏内的信息(通常是文件已经打开;

window.close()   关闭当前浏览器窗口或 HTML 应用程序(HTA)。

window.close关闭窗口,总是弹出系统提示

可以使用下面方法去掉提示信息

window.opener=null;window.close()

opener:设置或获取创建当前窗口的窗口的引用。

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值