Server Side Include (SSI) is a way to display another document within a web page. Thus, if you have a menu that must be shown on every page on your site, you can use SSI to do easily and then, when the menu must be updated, you only have to change one file.
NOTE: SSI normally can only be used on a server that allows SSI files. You use to be able to use SSI code on a GeoCities page with either the .htm or .html file type pages. Unfortunately, GeoCities must have changed the code as now it doesn't work. To verify this please see my GeoCities page, ssi.htm.
| If you have a site on GeoCities you can also uses the following two techniques: Dynamically Update Your Pageand IFRAME HELP PAGE |
WHAT YOU NEED TO DO TO USE SSI
There are four things you need to successfully run a SSI on your site, for example, a menu that you put on any number of pages. In the following I refer to the two files as
<!--#INCLUDE FILE="filename"-->
where you want the Include File to appear. The filename could be mypage.html, mymenu.htm, etc..
To learn about SSI tags that can be used, please see the following references: