码迷,mamicode.com
首页 > Windows程序 > 详细

window.open----method

时间:2015-04-20 22:21:39      阅读:147      评论:0      收藏:0      [点我收藏+]

标签:

open method

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); 设置变量retval打开窗口。

URL:新窗口地址; name:窗口打开方式,新窗口或自身窗口打开;

features:特性--新窗口的特点;replace:取代(此属性一般不用)。 -----设置的变量打开窗口,open后一半就前三个属性。

Parameters参数

url [in, optional]新窗口地址;optional:可不填。(意思)

    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

        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

        The current document is replaced with the specified url.        

        当前文档被替换为指定的url。---旧的页面直接显示新页面

    _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 }

        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 }全屏

 

        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 }位置

        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 }菜单条

 

        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 }可调整大小的

 

        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 }滚动条

        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.      

   指定是否要添加一个状态栏底部的窗口。默认是肯定的。

 

    toolbar = { yes | no | 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。

window.open----method

标签:

原文地址:http://www.cnblogs.com/xianshui/p/4442699.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!