Javascript, making web pages interactive
|
If your web browser is unable to process Javascript, it is generally caused
by one of three reasons. Your web browser either:
- Does not process scripting.
- Needs to be updated to a new (free) version that does support scripting.
- Simply needs to have scripting enabled.
|
|
It's most likely that Javascript is disabled in your browser and just
needs to be enabled. Here is how to enable it for Internet Explorer
and Netscape: |
| |
| Internet Explorer: |
- Click "Tools"
- Click "Internet Options"
- Click on the "Security" tab
- Highlight "Internet" (The globe)
- Click "Custom Level"
- Scroll down to the "Scripting" heading (Near the bottom)
- Enable "Active Scripting"
- Ok your way out, if you are asked to save, click "yes"
- You will have to close and re-open your browser for the changes to take affect
|
| Netscape: |
- Click on "Edit"
- Click on "Preferences"
- Click on "Advanced"
- Check the "Enable Javascript" box
- OK your way back out
- You will have to close and re-open your browser for the changes to take affect
|
|
If your browser does not support scripting, you can click
here
to download a free web browser that supports scripting and many other new web technologies.
|