Und hier noch die index.html, mit den zwei eigebetteten Frames, die den Scriptfehler ausspuckt
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Martins Homepage - Home</title>
</head>
<style fprolloverstyle>A:hover {color: #CE7F4A;}
</style>
<body background="images/Background_Sun.jpg"" text="#A30000" link="#A30000" vlink="#A30000" alink="#A30000" font="Verdana">
<table border="0" width="100%">
<tr>
<td width="100%" height="15"></td>
</tr>
<tr>
<td width="100%">
<p align="right"><a href="Home.html" target="Frame">
<img src="images/logo2.jpg" width="500" height="100" border="0" alt=""></a></p>
</td>
</tr>
</table>
<table width="100%" cellspacing="20">
<tr>
<td width="20%" bgcolor="#000000" style="border-color:#CE7F4A; border-width:2px; border-style:solid; padding:8px">
<iframe src="Navigation.html" name="Navigation" width="100%" height="300" scrolling="no" frameborder="0">
</iframe>
</td>
<font face="Verdana" size="2">
</td>
<td bgcolor="#000000" style="border-color:#CE7F4A; border-width:2px; border-style:solid; padding:8px">
<iframe src="Home.html" name="Frame" width="100%" height="270" scrolling="yes" frameborder="0">
</iframe>
</td>
</tr>
</font>
</table>
<div align="left"><a href="mailto:webmaster@martin-harmening.de"><img src="images/mailto.jpg" width="150" height="100" border="0" alt=""></a></div>
</body>
</html>