The method that does not want the browser to run javascript scripts.
If you want your browser to disable JavaScript scripts on the webpage, you can set your browser as follows:
[1]: Open the IE browser, select Tools> Internet Options> Security> Custom levels. Then, select the script option from the drop-down menu in the opened form, the first item is the Java Applet script. Select "Disable" among the following three options. for example:
[2]: However, once this item is disabled, although the system security can be improved, some functions of the web page will be blocked, for example, use JavaScript scripts in your programs to open code in a new window, or use JavaScript scripts to close code on a page. Once the browser disables the JavaScript script, these functions are also blocked.
[3]: Pay attention to the fact that these functions do not work in some cases when the code in your program opens a new page through JavaScript scripts. The following situations may cause such problems:
(1): the browser prohibits the running of JavaScript scripts, as mentioned above.
(2): Some plug-ins are installed in the system to block spam pages, because the use of JavaScript to open a new form uses window. open method, some plug-ins will use this to block new forms opened using this method
(3): Some firewalls may also be affected.
Using the above steps, you can easily Disable javascript in your browser, which is very simple.