Intro to Server-Side Includes (SSI) in MX
Notes and Afterthoughts
If your Server-Side Include file has JavaScript behaviors applied to links or images, be sure to strip everything from the page after you make any changes.
You should also use an external JavaScript file on the page that has the Server-Side Include file inserted in it. This external file should include all of the JavaScript that was on the Server-Side Include file before you stripped everything from it.
Depending on your host, you may need to name the file that has the Server-Side Include inserted in it with one of the following file extensions:
.htm
.html
.shtm
.shtml
.asp
.cfm
.php
View the completed page here.
Overview
Creating the Base Page
Server-Side Include Page
Inserting the Server-Side Include
Notes and Afterthoughts