[ie/_private/disc_ahdr.htm]

required Javascript tags (for navigation)

From: Kevin
Date: 04 Mar 1999
Time: 06:03:50
Remote Name: 194.81.62.8

Comments

For the successful navigation of pages using the keypad, could you please include the following code inside the <head></head> tags in your pages:

Robbie (http access / server content): <script language="javascript" src="functions.js"></script> <script language="javascript"> storeURLs("http", "whatever_the_forward_page_name_is"); </script>

Chris (file access / local content): <script language="javascript" src="../iesoft/functions.js"></script> <script language="javascript"> storeURLs("file", "whatever_the_forward_page_name_is"); </script>

That should be included on all your pages which are not 'bounce pages'

[ie/_private/disc_aftr.htm]