Debug the HTML page locally, if it containsJSOrFlash, Ie often prompts"IE has restricted this webpage from running scripts or ActiveX controls that can access the computer". Although it is correct to prevent local scripts from running ie for security reasons, as a program developer, it is annoying to give priority to each time, so I began to find a way to remove this prompt.
After turning over the IE option for half a day, I finally found it. The method is: tool-Internet option-advanced tag-under the Security category, there is a"Allow activity content to run in files on my computer *". We are looking for him! After check, restart ie. (if other programs are enabled, it will be ineffective to close only the IE browser window. You also need to restart the computer ). This method applies to all IE versions that prevent local scripts from running.
In the future, the prompt will no longer appear on webpages running locally containing JS scripts, and the world will be clean.