Home >Web Front-end >JS Tutorial >The reason why javascript prompts 'System shutdown has been planned' when using window.open_Basic knowledge
When javascript calls window.open to open a website, an error is reported in IE browser: System shutdown has been planned, as shown in the figure:
After searching on Baidu, it all works automatically for no apparent reason. You can check this post: Weird JS, planned system shutdown error.
So I switched to Google to search for relevant English content. Someone on serverfault.com also encountered this problem, and the satisfactory answer was relatively reliable: IE8 script error 800704a6?
The main thing is that the system has been updated or related software or patches have been installed, and they need to be restarted to take effect. Therefore, the error in the csdn article above was solved inexplicably. It should have been restarting the computer.