Javascript User Guide

To prevent the display of javascript runtime alerts in Internet Explorer:-

  1. Select the Tools menu; choose Internet Options.
  2. Select the Advanced tab.
  3. 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

  1. Select the Tools menu; choose Internet Options.
  2. Select the Security tab.
  3. Select Custom Level.
  4. Scroll down to the Scripting section (near the bottom).
  5. Under Active scripting, click Enable.
  6. Click OK.

------

Internet Explorer 4.x for PC

  1. Select the View menu; select Internet Options.
  2. Select the Security tab.
  3. Select Custom then click Settings....
  4. Scroll down to the Scripting section.
  5. Under Active Scripting, click Enable.
  6. Click OK.

------

Internet Explorer 5.x for Macintosh

  1. Select the Explorer menu; select Preferences.
  2. Expand the Web Browser menu and select Web content.
  3. Check the checkboxes for Show style sheets and Enable scripting.
  4. Click OK.

------

Netscape 7.x for PC

  1. Select the Edit menu; select Preferences.
  2. Click "Advanced" (not the "+"), then open the "Scripts and Windows" subsection.
  3. Check the box for "Navigator" under "Enable JavaScript for".
  4. Click OK.

------

Netscape 6.x for PC

  1. Select the Edit menu; select Preferences.
  2. Click "Advanced" (not the "+").
  3. Check the box next to "Enable JavaScript for Navigator".
  4. Click OK.

------

Netscape 4.x for PC

  1. Select the Edit menu; select Preferences.
  2. Click the word "Advanced" (not the "+").
  3. Check the boxes next to "Enable JavaScript" and "Enable Stylesheets".
  4. Click "OK".

------

Mozilla for PC

  1. Select the Edit menu; select Preferences.
  2. Click the "+" next to the word "Advanced" (not the word itself) to expand the Advanced section.
  3. Click Scripts & Plugins.
  4. Check the box for "Navigator" under "Enable JavaScript for".
  5. Click OK.

------

Netscape 7 for Macintosh

  1. Select the Netscape menu; select Preferences.
  2. Click the "+" next to the word "Advanced" (not the word itself) to expand the Advanced section.
  3. Click Scripts & Plugins.
  4. Check the box for Navigator under "Enable JavaScript for".
  5. Click OK.

1