Einbindung per SSI - ServerSideIncluded

Beispiel HIER

Das ist der Code der Seite mit der Einbindung: ssi-seite.shtm

<html>
<head>
<title>Test SSI</title>
</head>
<body bgcolor="#789CA0" text="#000000">
<br>
<br>
<br>
<table width="600" border="1" cellspacing="7" cellpadding="5" align="center" bgcolor="#D0DCDD">
<tr>
<td rowspan="3" align="center" valign="top" width="128">
<!--#include file="menue.htm" -->
</td>
<td width="425" height="99">&nbsp;
<!--#echo var="DOCUMENT_NAME "-->
</td>
</tr>
<tr>
<td width="425" height="139">&nbsp;
<!--#echo var="DOCUMENT_URI"-->
</td>
</tr>
<tr>
<td width="425">&nbsp;
<!--#echo var="DATE_LOCAL"-->
</td>
</tr>
</table>
</body>
</html>

Das ist der Code der eingebundenen Seite
<style type="text/css">
A:link {
font-family : monospace;
font-size : 10pt;
color : cornflowerblue;
padding : 3px;
background-color : aliceblue;
border : 1px solid cornflowerblue;
text-decoration: none; }

A:visited {
font-family : monospace;
font-size : 10pt;
color : cornflowerblue;
padding : 3px;
background-color : lavender;
border : 1px solid black;
text-decoration: none; }

A:hover {
font-family : monospace;
font-size : 10pt;
color : white;
background-color : cornflowerblue;
padding : 3px;
border : 1px solid red;
text-decoration: none; }

A:active {
font-family : monospace;
font-size : 10pt;
color : cornflowerblue;
background-color : snow;
padding : 3px;
border : 1px solid red;
text-decoration: none; }
</style>
<table width="132" border="0" cellspacing="3" cellpadding="5">
<tr>
<td>
<div align="center">
<OBJECT
WIDTH=90 HEIGHT=60>
<PARAM NAME=movie VALUE="http://servus-wien.com/images/logo.swf">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=wmode VALUE=transparent>
<PARAM NAME=bgcolor VALUE=#f5f5f5>
<EMBED src="http://servus-wien.com/images/logo.swf" q
uality=high wmode=transparent bgcolor=#f5f5f5
WIDTH=90 HEIGHT=60 TYPE="application/x-shockwave-flash">
</EMBED>
</OBJECT></div>
</td>
</tr>
<tr>
<td><a href="#">B&uuml;cher&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a> </td>
</tr>
<tr>
<td><a href="#">Musik&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a>
</td>
</tr>
<tr>
<td><a href="#">DVD&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a>
</td>
</tr>
<tr>
<td><a href="#">Video&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a>
</td>
</tr>
<tr>
<td><a href="#">Software&nbsp;&nbsp;&nbsp;&nbsp;</a>
</td>
</tr>
<tr>
<td><a href="#">Spiele&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a></td>
</tr>
<tr>
<td><a href="#">Elektr./Foto</a> </td>
</tr>
<tr>
<td><a href="#">Computer/IT&nbsp;</a> </td>
</tr>
<tr>
<td><a href="#">Anderes&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a>
</td>
</tr>
</table>