Home > Web Front-end > JS Tutorial > body text

Use js to terminate the browser's continued parsing of the page's HTML and stop parsing. Compatible with firefox_javascript skills

WBOY
Release: 2016-05-16 19:08:01
Original
1184 people have browsed it

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


As titled




< ;title>Untitled document







;/tr>






;
                                                                            >


Copy code


The code is as follows:


Use document.execCommand("stop") under IE

Use under FF window.stop();

Test it


Just won't come out.
Actually, I really don
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
1
3 5 6