Mein Quelltext sieht so aus
startseite.htm
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>startseite</title>
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
</head>
<frameset framespacing="0" border="0" rows="104,*" frameborder="0">
<frame name="oben" scrolling="no" noresize target="Inhalt" src="oben.htm">
<frameset cols="163,*">
<frame name="navigation" target="Hauptframe" src="navigation.htm" scrolling="no" noresize>
<frameset rows="88%,*">
<frame name="inhalt" src="home.htm" scrolling="auto" noresize target="_self">
<frame name="unten" src="unten.htm" scrolling="no" target="_self" noresize>
</frameset>
</frameset>
<noframes>
<body>
<p>Diese Seite verwendet Frames. Frames werden von Ihrem Browser aber nicht
unterstützt.</p>
</body>
</noframes>
</frameset>
</html>
navigation.htm:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>navigation</title>
<script type="text/javascript">
<!--
function ZweiFrames(URI1,F1,URI2,F2) {
Frame1=eval("parent."+F1);
Frame2=eval("parent."+F2);
Frame1.location.href = URI1;
Frame2.location.href = URI2;
}
function ZweiFramesBack(F1,F2) {
Frame1=eval("parent."+F1);
Frame2=eval("parent."+F2);
Frame1.history.back();
if (!window.opera) window.setTimeout("Frame2.history.back()",10);
}
function ZweiFramesForward(F1,F2) {
Frame1=eval("parent."+F1);
Frame2=eval("parent."+F2);
Frame1.history.forward();
if (!window.opera) window.setTimeout("Frame2.history.forward()",10);
}
//-->
</script>
<body topmargin="0" leftmargin="0" bgcolor="#9FBE9F">
<p><map name="FPMap0">
<area href=href="javascript:ZweiFrames('nachhilfe.htm','inhalt','nachhilfe/mitelstufe.htm','unten')" coords="0, 215, 122, 259" shape="rect">
</map>
<img border="0" src="images/nav_probe.jpg" usemap="#FPMap0" width="218" height="642"></p>
<p> </p>
</body>
</html>
</head>
Dieser Link öffnet dann in der datei "javascript:ZweiFrames('nachhilfe.htm','inhalt','nachhilfe/mitelstufe.htm','unten')" obwohl das mein Befehl aus dem selfhtml ist