zoukankan      html  css  js  c++  java
  • 20150420 windows.open

    Opens a new window and loads the document specified by a given URL.
    打开一个新窗口并加载给定URL指定的文档。
    Navigates the app window to the specified location.
    导航应用程序窗口到指定的位置。
    Syntax
    语法
    var retval = window. open(url, name, features, replace);
    var retval =窗口。打开(url、名称、特性,取代);
    Parameters
    参数
    url [in, optional]
    url(在,可选)
    Type: String
    类型:字符串
    String that specifies the URL of the document to display. If no URL is specified, a new window with about:blank is displayed.
    字符串,指定要显示文档的URL。如果没有指定URL,一个新窗口:显示空白。
    name [in, optional]
    名称,可选)
    Type: String
    类型:字符串
    String that specifies the name of the window. This name is used as the value for the TARGET attribute on a form or an anchor element.
    字符串,指定窗口的名称。这个名字被用作目标属性的值在一个窗体或锚元素。
    _blank
    乙方承租
    The url is loaded into a new, unnamed window.
    url被加载到一个新的、不愿透露姓名的窗口。
    _parent
    _parent
    The url is loaded into the current frame's parent. If the frame has no parent, this value acts as the value _self.
    url加载到当前帧的父母。如果帧没有父母,这个值作为_self价值。
    _self
    _self
    The current document is replaced with the specified url.
    当前文档被替换为指定的url。
    _top
    _top
    The loaded url replaces any framesets that might be loaded. If there are no framesets defined, this value acts as the value _self.
    加载url替换任何可能被加载的框架集。如果没有定义框架集,这个值作为_self价值。
    features [in, optional]
    特性,可选)
    Type: String
    类型:字符串
    String that contains 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 values are supported.
    字符串包含一个由逗号分隔的物品列表。每个条目包含一个选项和值,由一个等号(例如,“全屏=是的,工具栏= yes”)。支持以下值。
    channelmode = { yes | no | 1 | 0 }
    channelmode = {是的|不| 1 | 0 }
    Specifies whether to display the window in theater mode. The default is no.
    指定是否在影院模式下显示窗口。默认是否定的。
    Internet Explorer 7. channelmode = { yes | 1 } overrides height, width, top, and left values. When active, the Navigation Bar is hidden and the Title Bar is visible. The Channel Band is no longer supported in Internet Explorer 7.
    Internet Explorer 7。channelmode = {是的| 1 }覆盖的高度,宽度,顶部和左值。当活跃,隐藏导航栏和标题栏是可见的。通道乐队在Internet Explorer 7不再支持。
    In Internet Explorer 6, channelmode = { yes | 1 } displays the Channel Band in theater mode.
    在Internet Explorer 6中,channelmode = {是的| 1 }在剧院中显示通道带模式。
    fullscreen = { yes | no | 1 | 0 }
    全屏= {是的|不| 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, always provide a button or other visual clue to help the user close the window. ALT+F4 closes the new window.
    指定是否显示浏览器全屏模式。默认是否定的。谨慎地使用全屏模式。因为这种模式隐藏浏览器的标题栏和菜单,总是提供一个按钮或其他视觉线索来帮助用户关闭窗口。ALT + F4关闭新窗口。
    Internet Explorer 7. A window in full-screen mode doesn't need to be in theater mode.
    Internet Explorer 7。在全屏模式下一个窗口在影院模式下不需要。
    In Internet Explorer 6, a window in full-screen mode must also be in theater mode (channelmode).
    在Internet Explorer 6中,一个窗口在全屏模式也必须在影院模式下(channelmode)。
    height = number
    身高=数量
    Sets the height of the window in pixels. The minimum value is 150, and specifies the minimum height of the browser content area.
    设置窗口的高度(以像素为单位)。最小值为150,指定浏览器内容区域的最低高度。
    In Internet Explorer 6, the minimum height value is 100.
    在Internet Explorer 6中,最小高度值为100。
    left = number
    左=数量
    Specifies 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.
    指定左边的位置,以像素为单位。这个值是相对于屏幕的左上角。该值必须大于或等于0。
    location = { yes | no | 1 | 0 }
    位置= {是的|不| 1 | 0 }
    Specifies whether to display the Navigation Bar. The default is yes.
    指定是否显示导航栏。默认是肯定的。
    In Internet Explorer 6, location specifies whether to display the Address Bar.
    在Internet Explorer 6中,指定是否显示地址栏位置。
    The Back, Forward, and Stop commands are now located in the Navigation Bar.
    后退,前进,停止命令现在位于导航栏。
    In Internet Explorer 6, the navigation commands were located in the toolbar.
    在Internet Explorer 6中,导航命令位于工具栏。
    menubar = { yes | no | 1 | 0 }
    菜单条= {是的|不| 1 | 0 }
    Specifies whether to display the Menu Bar. The default is yes.
    指定是否显示菜单栏。默认是肯定的。
    Internet Explorer 7. By default, the menu bar is hidden unless revealed by the ALT key. menubar = { no | 0 } prohibits the Menu Bar from appearing even when the ALT key is pressed.
    Internet Explorer 7。默认情况下,菜单栏隐藏,除非透露ALT键。菜单条= {没有| 0 }禁止菜单栏出现即使按下ALT键。
    The combination of menubar = { no | 0 } and toolbar = { no | 0 } hides the toolbar and disables any additional third-party user interfaces.
    菜单条的组合= {没有| 0 }和工具栏= {没有| 0 }隐藏工具栏和禁用任何其他第三方的用户界面。
    resizable = { yes | no | 1 | 0 }
    可调整大小的= {是的|不| 1 | 0 }
    Specifies whether to display resize handles at the corners of the window. The default is yes.
    指定是否显示调整处理在角落的窗口。默认是肯定的。
    Internet Explorer 7. resizable = { no | 0 } disables tabs in a new window.
    Internet Explorer 7。可调整大小的= {没有| 0 }禁用标签在一个新的窗口。
    scrollbars = { yes | no | 1 | 0 }
    没有滚动条= {是的| | 1 | 0 }
    Specifies whether to display horizontal and vertical scroll bars. The default is yes.
    指定是否显示水平和垂直滚动条。默认是肯定的。
    status = { yes | no | 1 | 0 }
    状态= {是的|不| 1 | 0 }
    Specifies whether to add a Status Bar at the bottom of the window. The default is yes.
    指定是否要添加一个状态栏底部的窗口。默认是肯定的。
    toolbar = { yes | no | 1 | 0 }
    工具栏= {是的|不| 1 | 0 }
    Specifies whether to display the browser Command Bar, making buttons such as Favorites Center, Add to Favorites, and Tools available. The default is yes.
    指定是否显示浏览器命令栏,按钮等收藏中心,添加到收藏夹”,和工具可用。默认是肯定的。
    The combination of menubar = { no | 0 } and toolbar = { no | 0 } turns off the toolbar and any additional third-party user interfaces.
    菜单条的组合= {没有| 0 }和工具栏= {没有| 0 }关闭工具栏和任何其他第三方的用户界面。
    In Internet Explorer 6, the toolbar sFeatures specifies whether to display the browser toolbar, making buttons such as Back, Forward, and Stop available.
    在Internet Explorer 6中,工具栏sFeatures指定是否显示浏览器工具栏,让等按钮,前进,停止。
    top = number
    顶级=数量
    Specifies 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.
    指定顶部的位置,以像素为单位。这个值是相对于屏幕的左上角。该值必须大于或等于0。
    width = number
    宽度=数量
    Sets the width of the window in pixels. The minimum value is 250, and specifies the minimum width of the browsers content area.
    设置窗口的宽度(以像素为单位)。最小值为250,指定浏览器内容区域的最小宽度。
    In Internet Explorer 6, the minimum height value is 100.
    在Internet Explorer 6中,最小高度值为100。
    replace [in, optional]
    替换(,可选)
    Type: Boolean
    类型:布尔
    Boolean that specifies whether the url creates a new entry or replaces the current entry in the window's history list. This parameter only takes effect if the url is loaded into the same window.
    布尔,指定url是否创建一个新条目或替换当前窗口的历史列表中的条目。这个参数只生效,如果url加载到同一个窗口中。
    true
    真正的
    url replaces the current document in the history list.
    历史上的url替换当前文档列表。
    false

    url creates a new entry in the history list.
    url在历史列表中创建一个新的条目。

  • 相关阅读:
    事务隔离级别,数据库存储过程,Mysql视图,Mysql语句
    Spring注解; Spring Bean
    Java Thread Api
    Java 年轻代、年老代、GC
    Java 线程同步方式
    HashMap
    ArrayList
    安装zabbix环境
    线上应用——高内存占用
    Python入门笔记
  • 原文地址:https://www.cnblogs.com/m123/p/4443557.html
Copyright © 2011-2022 走看看