Javascript User Guide
To prevent the display of javascript runtime alerts in Internet Explorer:-
- Select the Tools menu; choose Internet Options.
- Select the Advanced tab.
- Under Browsing ensure:-
- Disable Script Debugging (Internet Explorer) is ticked
- Disable Script Debugging (Other) is ticked
- Display a notification about every script error is unticked
This site contains many advanced features such as booking, tracking etc. These features require that you enable JavaScript in your browser.
<SCRIPT LANGUAGE="JavaScript">
<!--
document.write("Your browser supports JavaScript.");
// -->
</SCRIPT>
<NOSCRIPT>
Your browser does not support JavaScript. See the instructions below for how to turn JavaScript on.</NOSCRIPT>
------
Internet Explorer 5.x, 6.x for PC
- Select the Tools menu; choose Internet Options.
- Select the Security tab.
- Select Custom Level.
- Scroll down to the Scripting section (near the bottom).
- Under Active scripting, click Enable.
- Click OK.
------
Internet Explorer 4.x for PC
- Select the View menu; select Internet Options.
- Select the Security tab.
- Select Custom then click Settings....
- Scroll down to the Scripting section.
- Under Active Scripting, click Enable.
- Click OK.
------
Internet Explorer 5.x for Macintosh
- Select the Explorer menu; select Preferences.
- Expand the Web Browser menu and select Web content.
- Check the checkboxes for Show style sheets and Enable scripting.
- Click OK.
------
Netscape 7.x for PC
- Select the Edit menu; select Preferences.
- Click "Advanced" (not the "+"), then open the "Scripts and Windows" subsection.
- Check the box for "Navigator" under "Enable JavaScript for".
- Click OK.
------
Netscape 6.x for PC
- Select the Edit menu; select Preferences.
- Click "Advanced" (not the "+").
- Check the box next to "Enable JavaScript for Navigator".
- Click OK.
------
Netscape 4.x for PC
- Select the Edit menu; select Preferences.
- Click the word "Advanced" (not the "+").
- Check the boxes next to "Enable JavaScript" and "Enable Stylesheets".
- Click "OK".
------
Mozilla for PC
- Select the Edit menu; select Preferences.
- Click the "+" next to the word "Advanced" (not the word itself) to expand the Advanced section.
- Click Scripts & Plugins.
- Check the box for "Navigator" under "Enable JavaScript for".
- Click OK.
------
Netscape 7 for Macintosh
- Select the Netscape menu; select Preferences.
- Click the "+" next to the word "Advanced" (not the word itself) to expand the Advanced section.
- Click Scripts & Plugins.
- Check the box for Navigator under "Enable JavaScript for".
- Click OK.
1