Hallo !
ich habe ein Problem ausschliesslich mit Netscape 6. Ich habe in meinem Fall so ziemlich alle Varianten von Scripts probiert mit denen man 2 Frames ändern kann.
Meine Konstellation findet Ihr online unter http://kunden.impactmedia.de oder als Anhang zum Thread.
Dort kann man das Beispiel auch runterladen.
Mit allen Browsern funktioniert's nur mit Netscape 6 nicht.
Gruss
Mexx
PS: hier auch nochmal gepostet mein Problem:
FRAMESET:
<frameset rows="55,*,60" border="0" frameborder="0">
<frameset cols="*,270" border="0" frameborder="0">
<frame name="Oben_links" scrolling="no" noresize src="navigation.html" scrolling="no" target="Hauptframe">
<frame name="Oben_rechts" src="rot.html" scrolling="no" target="Hauptframe">
</frameset>
<frameset cols="95,*" border="0" frameborder="0">
<frame name="Links" scrolling="no" noresize target="Hauptframe" src="gelb.html" scrolling="no">
<frame name="Hauptframe" src="blau.html" target="Hauptframe" scrolling="auto">
</frameset>
<frame name="Unten" scrolling="no" noresize target="Hauptframe" src="gruen.html">
</frameset>
NAVIGATION:
<html>
<head>
<title>Navigation</title>
<base target="Hauptframe">
<script language="JavaScript 1.2" type="text/javascript">
function surfto(menu)
{
// Menü ändern
//parent.frames["Oben_links"].location.href = menu;
//window.location.href=menu;
//parent.frames[0].location.href = menu;
parent.Oben_links.location.href = menu;
}
</script>
</head>
<body bgcolor="#C0C0C0">
<p><b><font color="#00FFFF" face="Arial">Navigation: <a href="lila.html" onClick="surfto('turq.html')"
>Aendern Hauptseite und Navigation</a></font></b></p>
</body>
</html>
ich habe ein Problem ausschliesslich mit Netscape 6. Ich habe in meinem Fall so ziemlich alle Varianten von Scripts probiert mit denen man 2 Frames ändern kann.
Meine Konstellation findet Ihr online unter http://kunden.impactmedia.de oder als Anhang zum Thread.
Dort kann man das Beispiel auch runterladen.
Mit allen Browsern funktioniert's nur mit Netscape 6 nicht.
Gruss
Mexx
PS: hier auch nochmal gepostet mein Problem:
FRAMESET:
<frameset rows="55,*,60" border="0" frameborder="0">
<frameset cols="*,270" border="0" frameborder="0">
<frame name="Oben_links" scrolling="no" noresize src="navigation.html" scrolling="no" target="Hauptframe">
<frame name="Oben_rechts" src="rot.html" scrolling="no" target="Hauptframe">
</frameset>
<frameset cols="95,*" border="0" frameborder="0">
<frame name="Links" scrolling="no" noresize target="Hauptframe" src="gelb.html" scrolling="no">
<frame name="Hauptframe" src="blau.html" target="Hauptframe" scrolling="auto">
</frameset>
<frame name="Unten" scrolling="no" noresize target="Hauptframe" src="gruen.html">
</frameset>
NAVIGATION:
<html>
<head>
<title>Navigation</title>
<base target="Hauptframe">
<script language="JavaScript 1.2" type="text/javascript">
function surfto(menu)
{
// Menü ändern
//parent.frames["Oben_links"].location.href = menu;
//window.location.href=menu;
//parent.frames[0].location.href = menu;
parent.Oben_links.location.href = menu;
}
</script>
</head>
<body bgcolor="#C0C0C0">
<p><b><font color="#00FFFF" face="Arial">Navigation: <a href="lila.html" onClick="surfto('turq.html')"
>Aendern Hauptseite und Navigation</a></font></b></p>
</body>
</html>