[web] Website Navigation

Started by
0 comments, last by Sander 17 years ago
So, let's say I have a website with like, 5 pages. I want to link from each page to any of the other pages. I would want to have a navigation bar at the top or on the side. Either way, I don't want to have to change the navigation bar on each page if I add a new page to the mix. I know about frames, but it doesn't seem like web sites use frames very much, or I just can't tell from looking at the source. I could be wrong though. So basically, how can I make a menu bar to be shared between pages so I don't have to change each page manually?
Advertisement
Look at Server Side Includes (SSI). That's the easiest. Beyond that and you venture into server side programming (e.g. using PHP's inlcude() statements).

<hr />
Sander Marechal<small>[Lone Wolves][Hearts for GNOME][E-mail][Forum FAQ]</small>

This topic is closed to new replies.

Advertisement