Click to See Complete Forum and Search --> : menu


BillyBob
11-04-2003, 11:05 AM
Hello,
Ther must be more to this menu to get it to work. I believe that theres a JS file missing. I have enclosed the code that you are suppose to copy and paste but I cannot see a JS file where one would make your own changes for your own menu. Could some one have a look and let me know where it is.
Thanks,
BillyBob


<!-- ONE STEP TO INSTALL TOOLBAR MENU:

1. Copy the coding into the BODY of your HTML document -->

<!-- STEP ONE: Paste this code into the BODY of your HTML document -->

<BODY>

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Original: Sharon Harber (sharon@harber.f9.co.uk) -->
<!-- Web Site: http://www.nwr.org -->
<script type='text/javascript' src='nwrmenu_var.js'></script>
<script type='text/javascript' src='menu_com.js'></script>

<p><center>
<font face="arial, helvetica" size"-2">Free JavaScripts provided<br>
by <a href="http://javascriptsource.com">The JavaScript Source</a></font>
</center><p>

<!-- Script Size: 0.63 KB -->

gil davis
11-04-2003, 12:09 PM
http://javascript.internet.com/navigation/nwrmenu_var.js
http://javascript.internet.com/navigation/menu_com.js

BillyBob
11-04-2003, 03:04 PM
Thankyou very much for replying so quick gil davis. I will have a look at the script soon. Again thanks so much.
BillyBob

cool4doc
11-04-2003, 04:58 PM
Hi Bili Bob and Gil Davis,
I am using menu bar form diffrent source. I have my menubarAP14.js and init.js files in a folder "menu_scripts"
The folder is in main directory of web site that contains all my html files.
Please suggest if i am linking properly as I cannot see any menu.

here is how I have
<script src="./menubarAPI4.js" type="text/javascript"></script>
<script src="./init.js" type="text/javascript"></script>

thanks a bunch
Cool4doc