.

Enabling JavaScript Assignment Help

Enabling JavaScript

Browser has the capability to interpret Java script code. The browser has the option to tune enabling and disabling option. Java script is supported in most of the popular web browsers such as IE, Mozilla Firefox, Netscape Navigator, Google Chrome and Opera.

3.1 JavaScript in IE

The following to be followed to enable/disable Java script:

Step:1 settins- internet options

javascript enabling img1

Step:2 click security tab- custom level

javascript enabling img2

Step:3 scripting tab-active scripting sub tab- check enable option

javascript enabling img3

To disable the scripting: scripting tab-active scripting sub tab- check disable option

javascript enabling img4

3.2 JavaScript in Firefox

To enable/disable java script in Firefox:

Type config in address bar then it will list config options select javascript.enabled option.

Click on javascript.enabled option it will enable the option if it is already enabled otherwise it will disable

3.3 JavaScript in Google Chrome

Step 1: Select setting option

javascript enabling img5

Step 2: setting - advanced option -privacy and security

javascript enabling img6

Step 3: select site settings option

javascript enabling img7

Step 4: select JavaScript allowed option

javascript enabling img8

3.4 JavaScript in Opera

For enabling/disabling java script in Opera:

Click Tools option select preferences click advanced option.

It will list set of item, from which select content.

Check JavaScript option.

To disable:

UnCheck JavaScript option.

3.5 Warning for Non-JavaScript Browsers

< noscript>
< /noscript>

< noscript> tag is used to indicate user that browser does not execute java scripting when the browser does not include the feature or won’t enable that feature.

Example

javascript enabling img9
.