Dynamic update of pages

C

Chip

I built a web site and decided to put in a cascading
navigation menu. I didn't use a shared border because I
have no idea how to change the size of the border so that
it will fit below my header. Instead I made a table for
the menu and content. I built the .js menu in its own
page, named the page "left menu" and saved it and
the .css all in the same folder. I then did an insert
file into the cell where I want the menu to show up and
it works fine. The problem is that when I make changes
to the "left menu" page and save them the changes don't
showed up onthe other pages when I placed the "left menu"
file. Is there anyway to get it to update?
 
J

Jim Buyens

You should probably use an Include Page component rather
than physically inserting your own copy of the menu page.

When you update a page that other pages incorporate my
means of an Include Page component, FrontPage updates all
the other pages for you.

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