menu across several pages

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have over 60 webpages in my FP2003 web. I have a javascript/HTML menu that
I have on all pages. What would be the best way to administer this
navigational menu so that if a menu item changes, or additions need to be
made, I don't have to update all 60 pages worth of menus? I know there's a
way to do this, but I suffer from CRS (Can't Remmeber S***).
THANKS!
 
If everything can appear in the <body> section, use an Include Page component.

If some scripts needs to appear in the <head> section. include them with
<script src="myscript.js"></script> tags.

Jim Buyens
Microsoft MVP
http://www.interlacken.com
Author of:
*-----------------------------­-----------------------
|\----------------------------­-----------------------
|| Microsoft Windows SharePoint Services Inside Out
|| Microsoft Office FrontPage 2003 Inside Out
||----------------------------­-----------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/----------------------------­-----------------------
*-----------------------------­-----------------------
 
Back
Top