javascript
javascript window.open
翻譯原文:
open method
Opens a new window and loads the document specified by a given URL.
Navigates the app window to the specified location.
Syntax
var retval = window.open(url, name, features, replace);
Parameters
url [in, 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.
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.
??? _parent
??????? The url is loaded into the current frame's parent. If the frame has no parent, this value acts as the value _self.
??? _self
??????? The current document is replaced with the specified 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.
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.
??? 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.
??????? In Internet Explorer 6, channelmode = { yes | 1 } displays the Channel Band in theater mode.
??? 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.
??????? Internet Explorer 7. A window in full-screen mode doesn't need to be in theater mode.
??????? In Internet Explorer 6, a window in full-screen mode must also be in theater mode (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.
??????? In Internet Explorer 6, the minimum height value is 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.
??? 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.
??????? 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.
??? 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.
??????? The combination of menubar = { no | 0 } and toolbar = { no | 0 } hides the toolbar and disables any additional third-party user interfaces.
??? 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.
??? 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.
??????? In Internet Explorer 6, the toolbar sFeatures specifies whether to display the browser toolbar, making buttons such as Back, Forward, and Stop available.
??? 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.
??? 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.
??????? In Internet Explorer 6, the minimum height value is 100.
?? ??? ?
翻譯
open 方法
?? ?打開一個新窗口并加載給定URL指定的文檔。
?? ?導航應用程序窗口到指定的地址。
語法
?? ?var retval =window.open(url, name, features, replace);
參數
?? ?url[in,可選]
?? ??? ?類型:字符串
?? ??? ?此字符串,指定要顯示文檔的URL。如果沒有指定URL,將打開一個新的空白窗口。
?? ?name [in,可選]
?? ??? ?類型:字符串
?? ??? ?此字符串,指定窗口的名稱。這個名字被用作窗體或超鏈接(錨)元素的目標屬性的值。
?? ?_blank
?? ??? ?此url將被加載到一個新的、不愿透露姓名的窗口。
?? ?_parent
?? ??? ?此url將被加載到當前窗口的父窗口。如果沒有父窗口,將加載其自身窗口。
?? ?_self
?? ??? ?當前文檔被替換為指定的url。
?? ?_top
?? ??? ?加載當前窗口地址的url替換任何可能被加載的框架集。如果沒有定義框架集,將加載其自身窗口。
?? ?features [in,可選]
?? ??? ?類型:字符串
?? ??? ?此字符串包含一個由逗號分隔的項目列表。每個條目包含由一個等號分隔的選項和值(例如,“fullscreen=yes, toolbar=yes”)。
?? ??? ?支持以下值。
?? ??? ?channelmode = { yes | no | 1 | 0 }
?? ??? ??? ?指定是否在影院模式下顯示窗口。默認是否定的。
?? ??? ??? ?Internet Explorer 7.channelmode = { yes | 1 }重載 height, width, top, 和left的值 。當窗口活動時,導航欄隱藏并且標題欄可見。通道帶模式在Internet Explorer 7不再支持。
?? ??? ??? ?在Internet Explorer 6中,channelmode = {yes| 1 }在影院模式下顯示通道帶模式。
?? ??? ?fullscreen = { yes | no | 1 | 0 }
?? ??? ?
?? ??? ??? ?指定是否顯示瀏覽器全屏模式。默認是否定的。謹慎地使用全屏模式。因為這種模式隱藏瀏覽器的標題欄和菜單,總是提供一個按鈕或其他可視線索來幫助用戶關閉窗口。ALT + F4關閉新窗口。
?? ??? ??? ?Internet Explorer 7的一個窗口在全屏模式下不需要影院模式。
?? ??? ??? ?在Internet Explorer 6中,一個窗口在全屏模式也必須在影院模式下(通道帶模式)。
?? ??? ?height = number
?? ??? ??? ?設置窗口的高度(以像素為單位)。最小值為150,指定瀏覽器內容區域的最低高度。
?? ??? ??? ?在Internet Explorer 6中,最小高度值為100。
?? ??? ?left = number
?? ??? ??? ?指定左邊的位置,以像素為單位。這個值是相對于屏幕的左上角。該值必須大于或等于0。
?? ??? ?location = { yes | no | 1 | 0 }
?? ??? ??? ?指定是否顯示導航欄。默認是肯定的。
?? ??? ??? ?在Internet Explorer 6中,指定是否顯示地址欄位置。
?? ??? ??? ?后退,前進,停止命令現在都位于導航欄。
?? ??? ??? ?在Internet Explorer 6中,導航命令位于工具欄。
?? ??? ?menubar = { yes | no | 1 | 0 }
?? ??? ??? ?指定是否顯示菜單欄。默認是肯定的。
?? ??? ??? ?Internet Explorer 7。默認情況下,菜單欄隱藏,除非顯示ALT鍵。menubar = { no | 0 }禁止菜單欄在窗口顯示即使按下ALT鍵。
?? ??? ??? ?menubar = { no | 0 }和toolbar = { no | 0 } 組合隱藏工具欄和禁用任何其他第三方的用戶界面。
?? ??? ?resizable = { yes | no | 1 | 0 }
?? ??? ??? ?指定在窗口的角落是否顯示手控重新設置大小。默認是肯定的。
?? ??? ??? ?Internet Explorer 7的resizable = { no | 0 }禁用標簽在一個新的窗口。
?? ??? ?scrollbars = { yes | no | 1 | 0 }
?? ??? ??? ?指定是否顯示水平和垂直滾動條。默認是肯定的。
?? ??? ?status = { yes | no | 1 | 0 }
?? ??? ??? ?指定是否要在窗口底部添加一個狀態欄。默認是肯定的。
?? ??? ?toolbar = { yes | no | 1 | 0 }
?? ??? ??? ?指定是否顯示瀏覽器命令欄,操作按鈕等,比如收藏中心,添加到收藏夾,和顯示工具欄。默認是肯定的。
?? ??? ??? ?menubar = { no | 0 }和toolbar = { no | 0 }組合起來可關閉工具欄和任何其他第三方的用戶界面。
?? ??? ??? ?在Internet Explorer 6中,工具欄特征指定是否顯示瀏覽器工具欄,操作按鈕等,比如后退,前進,停止。
?? ??? ?top = number
?? ??? ??? ?指定頂部的位置,以像素為單位。這個值是相對于屏幕的左上角。該值必須大于或等于0。
?? ??? ?width = number
?? ??? ??? ?設置窗口的寬度(以像素為單位)。指定瀏覽器內容區域的最小寬度,最小值為250。
?? ??? ??? ?在Internet Explorer 6中,最小高度值為100。
轉載于:https://www.cnblogs.com/lovesy2413/p/4441848.html
總結
以上是生活随笔為你收集整理的javascript window.open的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 配置管理-SVN使用指南-Linux
- 下一篇: 关于本站点(说明)