Home >Web Front-end >JS Tutorial >Use js to terminate the browser's continued parsing of the page's HTML and stop parsing. Compatible with firefox_javascript skills

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

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-05-16 19:08:011216browse

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:
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
1
3 5 6