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
How does js terminate the browser's parsing of the page's HTML?
As titled
< ;title>Untitled document
1
;/tr>
3
5
6
; >
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