Use js to terminate the browser's continued HTML parsing on the page, that is, stop parsing. compatible with firefox

Source: Internet
Author: User

How does js terminate the browser's parsing of page HTML?


Example

<Html>
<Head>
<Meta http-equiv = "Content-Type" c/>
<Title> untitled document </title>
</Head>
<Script language = "javascript" type = "text/javascript">

// How can I write it here so that the browser does not parse and run the following table and all the code?

</Script>
<Body>
<Table width = "90%" border = "0" cellspacing = "0" cellpadding = "0">
<Tr>
<Td> 1 </td>
<Td> 2 </td>
</Tr>
<Tr>
<Td> 3 </td>
<Td> 4 </td>
</Tr>
<Tr>
<Td> 5 </td>
<Td> 6 </td>
</Tr>
<Tr>
<Td> 7 </td>
<Td> 8 </td>
</Tr>
</Table>
</Body>
</Html>
Copy codeThe Code is as follows:
Use document.exe cCommand ("stop") in IE ")
Use window. stop ();

<Html> <pead> <meta http-equiv = "Content-Type" content = "text/html; charset = gb2312 "/> <title> test </title> </pead> <body>. </Body> </ptml>
[Ctrl + A select all Note: If you need to introduce external Js, You need to refresh it to execute]
Window. attachEvent &&! Window. opera is used to determine whether it is IE! Found from Prototype!
Actually, I really don't understand it .. How can this be determined!
Just like that if (window. XMLHttpRequest!
But there are still a lot of gains from Prototype!

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.