It is wrong to immediately press the Reset key on the host panel and restart the computer once the IE window bomb hits it. IE bomb means that the execution of a piece of code will fall into an infinite loop, eventually leading to resource exhaustion and affecting the use of the computer.
In some malicious web pages, IE window bombs are ambushed.
The main forms of IE window bombs are as follows: (Recommended learning: web front-end video tutorial)
The endless loop messenger is in In the code of the web page, the execution of a section of code will fall into an infinite loop, eventually leading to resource exhaustion.
Open window infinite loop Open window infinite loop is a common IE window bomb. When a specific web page code is executed, new windows will continue to open.
Super large picture bombs usually set the book number to a large number in the web page. When IE opens this web page, it will continue to parse and try to open it, but because the picture is too long, exceeds its processing capabilities, eventually causing the computer to freeze.
Format the hard drive When browsing a certain web page, a programmer secretly writes specific files into the computer and secretly formats the hard drive.
This mainly uses Microsoft's undisclosed formatting command parameters so that no prompts will appear when formatting the hard disk, and the formatting is in a minimized state.
Infinite loop
Create a new web page and add the following code to the web page "
", as shown in the above code, the code "" This is what causes the endless loop.Open window infinite loop
Create a new web page and add the following code to the web page "
". When the web page code is executed, new windows will be opened continuously, and the computer will freeze before long.Super large picture
Create a new web page and add the following code to the web page, "
". Set large images that exceed the processing range of the CPU to overload the CPU. When IE executes this statement, it will continuously parse and try to open it, but because the image is too large, it exceeds its processing capacity, eventually causing the computer to crash.The above is the detailed content of Once an IE window bomb hits, is it right to immediately press the Reset button on the host panel and restart the computer?. For more information, please follow other related articles on the PHP Chinese website!