What is javascript?
JavaScript is a scripting language used to enable
programmatic access to objects within other applications. It is primarily used
in the form of client-side JavaScript for the
development of dynamic websites.
How to enable javascript?
The procedure to allow javascript is very simple. Depending on the type of web
browser you are using, the steps to follow may be a little different. Here is
the procedure for the main web browsers:
- Internet Explorer 6
-
-
- In the Tools drop-down menu, select Internet Options.
- Next, select the Security tab.
- Then, select the earth (Internet) icon.
- Then select the Custom Level button.
- Locate Scripting near the bottom of the list.
- Under Active Scripting, select Enable, then hit OK.
- Answer yes to the following conformation box.
- Hit OK to close the Internet Options window.
- Finally, hit refresh on your browser window to enjoy the javascript.
- Mozilla
-
-
- 1.In the Tools drop-down menu, select Options.
- Next, select the Content icon/tab at the top on the window.
- Then, check the Enable Javascript checkbox under the Web Content category.
- Hit OK to close the Options window and save your changes.
- Finally, Refresh your browser.
- Opera 6
-
-
- 1.Select the Safari menu item from the Apple/System bar at the top of the screen.
- From the drop-down menu, select Preferences.
- Select the Content icon/tab at the top of the Preferences window.
- Then, check the Enable Javascript checkbox
- Click OK to save your changes and close the Preferences window.
- Finally, refresh your browser.
|