|
I am working on a site with dozens of links and for this I use a javascript to create an expandable/collapsable menu list on the left of the page. This menu is the same on every page as is the top title/menubar. It seems silly to reload this on every page, however. For one thing, when you reload, you loose your place in the menu if you have expanded down into several levels of the menu. There is only one section of the site that changes from page to page. Is there a way, aside from frames to not reload the navigation bars?
|