Communication between page frame windows

Source: Internet
Author: User
One, two pages of the same domain

The string can be queried through the client store (front-end technology only, regardless of the background) or through a URL.

Two, two pages of different domains

Query strings by URL.

Third, the window of the same domain

A window opened with window.open () returns a reference to the Window object that opens the Windows. The opener object points to the window that opens the current window with the open method.

var newwindow = window.open (' parent.html ', ' parent '= ' Your code here ';
Manipulating the original window
NewWindow.opener.document.body.innerHTML = ' Oldwindow ';
Four, the same domain iframe

A nested iframe in a page.

Window.frames Collection saves all the IFRAME order from left to right, top to bottom in the page.

Top

Parent

_self

Communication between page frame windows

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.