We now have a youtube channel. Subscribe!

How to enable JavaScript


Hello guys evening and welcome to my new tutorial post on JavaScript. In this tutorial post we gonna be talking about how to enable JavaScript on our various browsers.

All the modern browsers comes with built-in support for JavaScript. Many at times you may need to enable or disable this support manually.

This tutorial will make you know the procedures in enabling and disabling JavaScript support in browsers : internet explorer, firefox and opera.

You can also read our tutorial post on: Media types

JavaScript in Internet Explorer

Here are simple steps to turn on or turn off JavaScript in your Internet Explorer:
  1. Follow Tools-> Internet Options from the menu
  2. Select Security tab from the dialog box
  3. Click the Custom Level button
  4. Scroll down till you find Scripting options
  5. Select Enable radio button under Active scripting
  6. Finally click ok and come out
To disable JavaScript support in your Internet Explorer, you need to select Disable radio button under Active Scripting

You can also read our tutorial post on: JavaScript Syntax

JavaScript in Firefox:

Here are simple steps to turn on or turn off JavaScript in your Firefox:
  1. Follow Tool-> Options from the menu
  2. Select Content option from the dialog box
  3. Select Enable JavaScript checkbox
  4. Finally click ok and come out
To disable JavaScript support in your Firefox, you should not select Enable JavaScript checkbox

JavaScript in Opera:

Here are simple steps to turn on or turn off JavaScript in your Opera:
  1. Follow Tools-> Preference from the menu
  2. Select Advanced option from the dialog box
  3. Select Content from the listed items
  4. Select Enable JavaScript checkbox
  5. Finally click ok and come out
To disable JavaScript support in your Opera, you should not select Enable JavaScript support.

You can also read our tutorial post on: What is JavaScript?

Warning for Non-JavaScript Browsers

If u have to do some thing important using JavaScript then you can display a warning message to the user using <noscript> tag.

You can add a noscript block immediately after the script block as follows:

<html>
     <body>
          <script    language="javascript"    type="text/javascript">   
               <!--      
                   document.write("Hello World")
               //-->

          </script>

          <noscript>
                Sorry.....JavaScript is needed to go ahead
          </noscript>
     </body>
</html>

Now if the user's browser does not support JavaScript or JavaScript is not enabled then message from </noscript> will be enabled on the screen.

Alright guys we have come to the end of this tutorial post on how to enable JavaScript. Always feel free to ask your questions in areas you don't understand properly, and i promise to attend to your questions as soon as possible. 

This blog has a chat box that is meant for interaction, so you guys should always feel free to interact there and share ideas, or you can also interact in the comment box below.

Like our facebook page and subscribe with us to get our tutorial posts delivered directly to your emails. Also share this tutorial post on the various social media platforms available.

Post a Comment

Hello dear readers! Please kindly try your best to make sure your comments comply with our comment policy guidelines. You can visit our comment policy page to view these guidelines which are clearly stated. Thank you.
© 2023 ‧ WebDesignTutorialz. All rights reserved. Developed by Jago Desain