If the server is PHP enabled, a much better solution to all of these are PHP includes. Basically, PHP includes added web page HTML tells the browser to download an HTML file from the server, and also, when it reaches your web page. This means that you only need one file for the navigation links stored on the server, and each site can also occur in the same file.
|