HomeJavaScriptJavaScript Tutorial #4 – Enable JavaScript in Internet Explorer

JavaScript Tutorial #4 – Enable JavaScript in Internet Explorer

Most of the Web Browsers like Internet Explorer , Firefox , Chrome comes with the support of JavaScript . The user can enable or disable the JavaScript in their browser .

If you are a Web Developer and want to test how your Web page behaves when the JavaScript is disabled , you can manually enable/disable the JavaScript in the browser and test the page.

How to enable JavaScript in Internet Explorer ?

Follow the below steps to enable or disable JavaScript in your Internet Explorer 11.

1. Launch Internet Explorer 11 and navigate to Tools -> Internet Options . Alternatively , you can use settings icon -> Internet Options as well.

SNAGHTMLdde413

2. Select the Security Tab and click Custom Level button.

image
3. In the Security Settings , Internet Zone , scroll down to the Scripting group and select the “Disable” radio button under Active scripting to disable JavaScript and click OK. To enable JavaScript , select the “active” radio button later.

image

This will disable the JavaScript in your Browser.

Leave a Reply

You May Also Like

You might want to filter an array in JavaScript by passing the filter criteria and return the filtered array. In...
You can flatten a 2-D array in JavaScript using the concat and apply method as shown in the below code...
Assume that you have an angle in degree and you wish to convert it to radians in JavaScript so that...