Access to iframe subpages and parent page elements in html and access to js Variables

Source: Internet
Author: User
1. Sub-page: parent page element parent.doc ument. getElementById (& amp; #39; id & amp; #39;) and document-related methods can be used in this way. 2. Access the child page element document on the parent page. getElementById (& amp; #39; iframeId & amp; #39 ;). contentDocum 1. Child page access parent page element parent.doc ument. getElementById ('id') and document-related methods can be used in this way. 2. Access the child page element document on the parent page. getElementById ('iframeid '). contentDocument. getElementsByTagName ('table'); after contentDocument, you can use document-related methods. 3. Access the js variable on the parent page on the Child page. (Note: The js variable on the parent page must be a global variable) subpage var variable = parent. variableParent (variableParent is the variable defined on the parent page) 4. Access the js variable on the parent page. The current solution is to set global variables on the parent page, after modifying the child page, assign the variables on the Child page to the parent page.
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.