After the document. designMode of iframe is set, only the body. innerHTML of Firefox is br.

Source: Internet
Author: User

The reproduction is as follows: Copy codeThe Code is as follows: <! Doctype html>
<Html>
<Head>
<Title> after the document. designMode of iframe is set, only the body. innerHTML in Firefox is br. </title>
<Meta charset = "UTF-8">
</Head>
<Body>
<Iframe frameborder = "1" style = "height: 330px;"> </iframe>
<Script>
Var ifr = document. getElementsByTagName ('iframe') [0];
Var doc = ifr.content##doc ument;
Function prif (){
Lele.log(ifr.content+doc ument. body. innerHTML );
}
Function changeDesignMode (){
Ifr.content+doc ument. designMode = 'on ';
}
Prif ();
</Script>
</Body>
</Html>

The above Code does not contain any html tag in the body of iframe. In normal conditions, ifr.content20.doc ument. body. innerHTML should be a null string. But Firefox is a bit special.
Follow these steps.
Open the html in Firefox and an empty string is output by default.

Run the changeDesignMode method in the console, and then run the prif method. The output innerHTML is "<br>", as shown below:

Chrome/Safari/Opera still outputs a null string.

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.