Differences Between opener and parent

Source: Internet
Author: User
Opener is who opens my project. For example, A page uses window. when the open dialog box appears, the window where page A is located is the opener of page B. You can access page A through the opener object on page B. Parent indicates the parent window. For example, if A page A uses iframe or frame to call page B, then... SyntaxHighli

Opener is who opens my window. For example, if window. open is used to pop up the B page window on page A, the window where page A is located is the B page
Opener: You can access page A through the opener object on page B.
Parent indicates the parent window. For example, if A page A uses iframe or frame to call page B, the window where page A is located is
Parent.

In JS, window. opener only references the parent window of the pop-up window. For example:
A.html, click "click" and click "other" to open a new window B .html. In B .html, you can use
When using opener(specifically, using opener.pdf to reference a.html, including a.html documentobjects, and operating a.html content.
If this reference fails, null is returned. Therefore, before calling the opener object, you must first determine whether the object is null. Otherwise
The JS error "the object is null or does not exist" is displayed.




--------------------------------
Back2opener.html
--------------------------------





Window. opener returns the reference of the window that creates the current window.
B .htm, then we can input a value on B .htmand assign it to a textbox with the id "name" on a.htm.
Written:
Optional values opener.doc ument. getElementById ("name"). value = "input data ";


From Zhang Yi ☆. Net★Java software alliance
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.