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
Frontpage w/Shared Borders vs. Milonic Menu
-
- Beginner
- Posts: 2
- Joined: Wed Jun 05, 2002 9:18 pm
- Location: New Hampshire
- Contact:
-
- Beginner
- Posts: 3
- Joined: Thu Jun 06, 2002 7:08 pm
Re: Frontpage w/Shared Borders vs. Milonic Menu
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
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
-
- Beginner
- Posts: 2
- Joined: Wed Jun 05, 2002 9:18 pm
- Location: New Hampshire
- Contact:
Thanks Pat
That does help me substantially. Thanks for your time and response.
Marc
Marc