Back To Start Of Archive
Taken From The Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Forum Topic: Click to view post
Last Updated: Wednesday July 18 2012 - 06:07:36
Frontpage w/Shared Borders vs. Milonic Menu
Poster: HammondEggs
Dated: Wednesday June 5 2002 - 21:28:56 BST
I'm using FP2002 w/shared borders and I want to replace the stock navigation with the menu from Milonic. I have many stupid questions, starting with:
1) where do I place the .js files
2) how do I get the menu to appear in the left shared border to replace the ActiveX menu.
The whole editing thing seems simple enough, just getting it into FP and on the site isn't covered in the FAQ.
Site menu is to be used in this web
Any help would be appreciated.
Marc
Re: Frontpage w/Shared Borders vs. Milonic Menu
Poster: PMcGilvray
Dated: Thursday June 6 2002 - 19:44:52 BST
Marc
The menu_array.js and mmenu.js files go in the same folder as the page you want the menu to appear in (_borders).
The following script goes just below the body tag of the shared border page (ie: top.htm, left.htm, etc. in the _borders folder):
<SCRIPT language=JavaScript src="menu_array.js" type=text/javascript></SCRIPT>
<SCRIPT language=JavaScript src="mmenu.js" type=text/javascript></SCRIPT>
Hope this helps
Thanks Pat
Poster: HammondEggs
Dated: Friday June 7 2002 - 19:14:32 BST
That does help me substantially. Thanks for your time and response.
Marc