The parent frame invokes the problem record for the content in the child frame

Source: Internet
Author: User

There is a project that needs to be completed with a framework, in which the parent framework is found to have compatibility issues with the implementation of the content in the child framework, which is hereby recorded!

<iframe id= "Preview" name= "preview" src= "Bill.php?page=preview" frameborder= "0" width= "100%" ></iframe>

This is my framework and I'm ready to manipulate the DOM in the framework. So I used it,


As a result, I found that I did not have a test on the IE8 and other versions.

The reason is: Contentwindow compatibility problem, in IE does not have this attribute.

After debugging, this attribute is not required and is used directly


You can do it. Fantastic question, but it's not compatible with other browsers.

So my final solution is to:

container=preview.contentwindow?$ (Preview.contentWindow.document.body): $ (preview.document.body);

Do not copy the code, I used the JQ, so please understand the original after use, you spectators.

The parent frame invokes the problem record for the content in the child frame

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.