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

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/459471.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

[傅里叶变换及其应用学习笔记] 九. 继续卷积的讨论

这份是本人的学习笔记,课程为网易公开课上的斯坦福大学公开课:傅里叶变换及其应用。 卷积在滤波中的应用 浑浊度(Turbidity)研究是关于测量水的清澈度的研究。大致方法是把光传感器放置到深水区域,然后测量光线的昏暗程…

C++多态相关关问题及虚表剖析

关于C多态的问题:(基于Visual Studio 2012编译器) 一、多态引入 1、对象的类型: (1) 静态的类型:对象声明时的类型,在编译的时候确定 (2) 动态的类型&…

C++调用约定

<div class"markdown_views"><p>有一定C开发经验的人一定对”__cdecl、__stdcall、__fastcall”肯定不陌生吧&#xff01;但你真正理解了吗&#xff1f;是的&#xff0c;我曾在这采了无数个坑&#xff0c;栽了无数个跟头&#xff0c;终于忍无可忍要把它总…

CSS中的特殊的选择器

/*表示div盒子中的P标签*/ div P{} /*表示div盒子中除第一个P之外的都要添加样式*/ div pp{} /*表示div盒子中从第三个p开始都要添加样式*/转载于:https://www.cnblogs.com/Dream-Seeker/p/4454325.html

添加文字和水印

1.加文字-(UIImage *)addText:(UIImage *)img text:(NSString *)text1{//get image width and heightint w img.size.width;int h img.size.height;CGColorSpaceRef colorSpace CGColorSpaceCreateDeviceRGB();//create a graphic context with CGBitmapContextCreateCGCont…

C++动态绑定及返回类型协变

C多态之动态绑定&#xff1a; 1、概念&#xff1a;在程序执行期间(非编译期)判断所引用对象的实际类型&#xff0c;根据其实际类型调用相应的方法。 使用virtual关键字修饰类的成员函数时&#xff0c;指明该函数为虚函数&#xff0c;派生类需要重新实现&#xff0c;编译器将实…

使用ucontext组件实现的coroutine代码分析

coroutine一般翻译过来就是协程&#xff0c;类似于线程可以切换&#xff0c;而跟线程是由操作系统调度器来实现切换不一样&#xff0c;协程由用户程序自己调度进行切换。我以前也看过协程相关的内容&#xff0c;但没有自己去实现过。最近搞OpenStack&#xff0c;OpenStack各个模…

C++模板剖析:函数模板、类模板解析

C中关于模板&泛型编程问题&#xff1a; 问题引入&#xff1a;何编写一个通用加法函数&#xff1f; &#xff08;1&#xff09;使用函数重载&#xff0c;针对每个所需相同行为的不同类型重新实现它 int Add(const int &_iLeft, const int&_iRight) { return (_iL…

Android Studio 1.1的安装和遇到的坑

Google的Android Studio 出1.0稳定版本也有很久的时间了&#xff0c;一直喜欢Jetbrains公司的IDE&#xff0c;不同语言的IDE操作习惯都比较统一。 而Android Studio 是基于IntelliJ IDEA的社区版开发的 &#xff0c;怎么也要尝尝鲜才行。 今天安装了下&#xff0c;被几个小坑卡…

Linux:Access time、 Modify time 、Change time 和 find 命令使用解析

一、Access time 、Modify time 、Change time 1、含义&#xff1a; Access&#xff1a;是指“访问时间” 对于文件&#xff0c;用编辑器打开file&#xff0c;或使用cat more less grep sed 等等命令读取文件内容&#xff0c;以及使用file cp命令操作文件&#xff0c;或执行…

[HAOI2015]T2

【题目描述】 有一棵点数为N的树&#xff0c;以点1为根&#xff0c;且树点有边权。然后有M个操作&#xff0c;分为三种&#xff1a; 操作1&#xff1a;把某个节点x的点权增加a。 操作2&#xff1a;把某个节点x为根的子树中所有点的点权都增加a。 操作3&#xff1a;询问某个节点…

BestCoder Round #39 解题报告

现场只做出前三题w 不过不管怎样这既是第一次认真打BC 又是第一次体验用在线编译器调代码 订正最后一题花了今天一整个下午&#xff08;呜呜 收获还是比较大的^_^ Delete wld有n个数(a1,a2,...,an)&#xff0c;他希望进行k次删除一个数的操作&#xff0c;使得最后剩下的n−k个数…

linux :vim 实现命令行下输出进度条

1、 进度条原理&#xff1a; 进度条的的动态增长是利用人的视觉短暂停留效果的&#xff0c;不断从输出缓冲区刷新出相同的内容&#xff0c;在肉眼看来进度条在不断的增长。 在显示器上先输出[# ][%1] 刷新一次之后&#xff0c; …

***jquery选择器 之 获取父级元素、同级元素、子元素

一、获取父级元素1、 parent([expr]): 获取指定元素的所有父级元素 <div id"par_div"><a id"href_fir" href"#">href_fir</a><a id"href_sec" href"#">href_sec</a><a id"href_thr&q…

Sql Server字符串函数

字符串函数用于对字符和二进制字符进行各种操作 1.ASCII()函数 ASCII(character_expression)函数用于返回字符串表达式中最左侧的ASCII代码值。参数character_expression必须是一个char或varchar类型的字符串表达式。 eg: select ASCII(s),ASCII(sql),ASCII(1);执行结果如图:字…

linux 编辑器vim配置

1、 基本配置 对vim进行配置的目的&#xff1a; 进行vim配置&#xff0c;可以让我们在后续敲代码更加方便。按F5可以直接编译并执行C、C代码以及执行shell脚本&#xff1b;按“F8”可进行C、C代码的调试&#xff1b;“Ctrl A”为全选并复制快捷键&#xff0c;方便复…

Java从入门到精通——数据库篇Mongo DB GridFS文件系统

一、概述GridFS是MongoDB的一种存储机制&#xff0c;用来存储大型二进制文件。优点&#xff1a;1.使用GridFS能够简化你的栈。如果已经在使用MongoDB&#xff0c;那么可以使用GridFS来代替独立的文件存储工具2.GridFS会自动平衡已有的复制或者为MongoDB设置的自动分片&#xff…

centos 7上ambari安装试用

2019独角兽企业重金招聘Python工程师标准>>> 1、有三台centos7&#xff0c;名字分别是ws11.localdomain, ws12.localdomain, ws13.localdomain。配置epel源(安装epel-release)。 2、配置root用户ssh无密码访问。 3、安装ntp对时服务。 4、关闭防火墙。centos7下使…

进程管理—进程描述符(task_struct)

本文章转载自&#xff1a;http://blog.csdn.net/qq_26768741/article/details/54348586?locationNum4&fps1 前言 当把一个程序加载到内存当中&#xff0c;此时&#xff0c;这个时候就有了进程&#xff0c;关于进程&#xff0c;有一个相关的叫做进程控制块&#xff08;PCB&…