Header Ads Widget

Responsive Advertisement

Enabling JavaScript In Web Browser


All the modern browsers come with built-in support for JavaScript, but You can disable or enable it manually.

Java Scripts

JavaScript open source cross platform is a light weight, interpreted programming language, basically designed for creating network centric applications.

JavaScript in Chrome
Steps to turn on or turn off JavaScript in Chrome....
·         Click the Chrome menu at the top right hand corner of your browser.
·         Select Setting and Show advanced settings at the end of the page.
·         Under the Privacy section, click the Content settings button.
·         In the "JavaScript" section, select "Do not allow any site to run JavaScript" or "Allow all sites to run JavaScript (recommended)".

JavaScript in Internet Explorer
Steps to turn on or turn off JavaScript in Internet Explorer..
·         Select Tools then Internet Options from the menu.
·         Select Security tab from the dialog box, and Click the Custom Level button.
·         Find the Scripting option, and Select Enable radio button under Active scripting.
·         Click OK and Finally JavaScript Enabled.

JavaScript in Firefox
Steps to turn on or turn off JavaScript in Firefox..
·         Open a new tab in Firefox and type about: config in the address bar.
·         You will find the warning dialog. Select I’ll be careful, I promise!
·         After that you will find the list of configure options in the browser.
·         Now In the search bar, type javascript.enabled.
·         There you will find the option to enable or disable JavaScript by right-clicking on the value of that option, select toggle.
·         If JavaScript is true; it converts to false upon clicking toogle. If JavaScript is disabled; it gets enabled upon clicking toggle.

Post a Comment

0 Comments