Hi.
Erstmal danke für die Hilfe.
So, jetzt die überarbeiteten Quelltexte.
Das ist meine Frameset-Hauptseite (index.htm)
<html>
<head>
<title>Trekweekend 2002 Multimedia Experience for Mission Omega</title>
</head>
<frameset cols="65%,35%" frameborder="0" framespacing="0" border="0">
<frameset rows="8%,84%,8%" frameborder="0" framespacing="0" border="0">
<frame src="alertup0.htm" name="alertup" scrolling="no" noresize>
<frame src="start.htm" name="content" scrolling="no" noresize>
<frame src="alertdown0.htm" name="alertdown" scrolling="no" noresize>
</frameset>
<frameset rows="31%,62%,7%" frameborder="0" framespacing="0" border="0">
<frame src="status0.htm" name="status" scrolling="no" noresize>
<frame src="information0.htm" name="information" scrolling="no" noresize>
<frame src="update0.htm" name="update" scrolling="no" noresize>
</framset>
</framset>
</html>
Und das hier ist die Seite mit dem Link für die 3 Frames die ich nach deinen Tips überarbeitet habe (status0.htm)
<html>
<head>
<script type="text/javascript">
<!--
function DreiFrames(URI1,F1,URI2,F2,URI3,F3) {
Frame1=eval("parent."+F1);
Frame2=eval("parent."+F2);
Frame3=eval("parent."+F3);
Frame1.location.href = URI1;
Frame2.location.href = URI2;
Frame3.location.href = URI3;
}
//-->
</script>
</head>
<body bgcolor="black">
<div align="center">
<a href="javascript:DreiFrames('alertup1.htm','alertup','alertdown1.htm','alertdown','status1.htm','status')" onFocus="if(document.all) this.blur()"><img src="greenalert.jpg" width="150"
height="35" border="0"></a><p><img src="aufbauendufp.gif">
</div>
</body>
</html>
Wenn ich jetzt den Link anklicke, dann kommt alertup1.htm in den Frame alertup und auch alertdown1.htm kommt in den Frame alertdown.
Aber im Frame status bleibt die Datei status0.htm und es kommt nicht, wie gewünscht die Datei status1.htm
Kannst du oder irgendjemand mir helfen???
CU
Patrick