Using javascript to transfer values between Iframe and the child and parent pages _ javascript skills

Source: Internet
Author: User
I believe many of my friends have had this experience by using iframe as a system framework. Next I will introduce you to the value transfer application between Iframe in JS. If you are interested, refer to the following, I hope it will help you to use iframe as a system framework in js. In the subpage, the value transfer between parent pages is also a problem, the following is the js object for obtaining the Parent and Child forms:

1. Obtain the elements of the parent page from the iframe subpage.:
A> retrieve parent parent.doc ument, which is the object in the document of the parent page;
B> if you want to obtain the method in the parent page js: window. parent. xxxx (); xxxx () is the method;

2. Obtain the elements in the iframe subpage from the parent page.:
A>

The Code is as follows:


Var child = document. getElementByIdx_x ("mainFrame"). contentWindow; // the id of mainFrame is the id of iframe of the parent page.
Child.doc ument; // obtain the document object in the subpage;

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.