Transfer value between a new JavaScript window and a subwindow

Source: Internet
Author: User

This article mainly introduces the transfer of values between a new JavaScript window and a subwindow. For more information, see

Window. open () support environment: JavaScript1.0 +/JScript1.0 +/Nav2 +/IE3 +/Opera3 + window. open (pageURL, name, parameters) pageURL is the name of the subwindow path name. The window name parameters is the window parameter (parameters are separated by commas) alwaysLowered | yes/no | specify that the window is hidden behind all windows. alwaysRaised | yes/no | specify that the window is suspended on all windows. depended | yes/no | whether to disable directories at the same time as the parent window | yes/no | whether the height is visible in the directory bar of Nav2 and 3 | pixel value | window height hotkeys | yes/no | set security exit hotkey innerHeight in the window without menu bar | pixel value | window in Pixel height innerWidth | pixel value | pixel width location of the document in the window | yes/no | whether menubar is visible in the position bar | yes/no | whether outerHeight is visible in the menu bar | pixel value | set window (including Decorative borders) pixel height outerWidth | pixel value | set window (including decorative border) pixel width of resizable | yes/no | whether the window size can be adjusted screenX | pixel value | the pixel length between the window and the left boundary of the screen screenY | pixel value | the pixel length between the window and the upper boundary of the screen scrollbars | yes/no | whether the window can have a scroll bar titlebar | yes/no | whether the toolbar is visible in the window question bar | yes/no | whether the window toolbar is visible Width | pixel Value | the pixel width of the window z-look | yes/no | whether the window floated above other windows after being activated. The Code is as follows: <pre code_snippet_id = "182098" snippet_file_name = "blog_20140210_20176035784" name = "code" class = "javascript"> <SCRIPT> implements writable open('page.html ', 'newwindow', 'height = 100, width = 400, top = 0, left = 0, toolbar = no, menubar = no, scrollbars = no, resizable = no, location = no, status = no ') </SCRIPT> </pre>

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.