Forum Moderators: open
[edited by: tedster at 5:14 am (utc) on Nov. 27, 2003]
Better, and remarkably simple, if your hosting allows it, is PHP.
<?php
include 'menu.html';
?>
lets you hold the menu in a separate file.
I've had a static framed site that I've switched into PHP and have had no regrets. Indeed I wouldn't go back now with the extra functionality it allows.
If you do look into PHP look into adding HTTP headers as well. Things like last modified dates that servers give bland files by default.
I don't know the best place to learn PHP, for me it's been here on WebmasterWorld, but w3schools.com is always a good bet.
I could suggest I also did this without the installing a local server+php, which might be suggested in your reading, that's only something I've just got to doing.
dpb
While we're on the subject:
Anyone know of any free (or reeeeal cheap) hosting services with no ads that has a decent amount of webspace (more than 100MB)?