Hallo Ihr Spezialisten,
ich habe ein kleines Problem, dass sicher lachthaft einfach zu lösen ist aber ich komme einfach nicht auf den Fehler:
Ich rufe die seite auf, kann dann auch mit meinen RollOverButtons so navigieren, dass sich die verlinkten Seiten im "mainFrame" öffnen; das geht 1-4 mal. Wenn ich ein paar Unterseiten geöffnet habe, öffnen sich die Seiten plötzlich in neuem Fenster ?!?!? Was ist falsch? Wie kann ich der Navi-Seite mitteilen, dass der "mainFrame" immer noch rechts ist und kein neues Fenster / kein neuer Tab geöffnet werden soll ?
Navigation:
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head>
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
image1 = new Image();
image1.src = "@@@@_2.jpg";
image2 = new Image();
image2.src = "gb_2.jpg";
image3 = new Image();
image3.src = "impressum_2.jpg";
image4 = new Image();
image4.src = "intern_2.jpg";
image5 = new Image();
image5.src = "links_2.jpg";
image6 = new Image();
image6.src = "kontakt_2.jpg";
image7 = new Image();
image7.src = "bildergalerie_2.jpg"
image8 = new Image();
image8.src = "verstaerkung_2.jpg";
image9 = new Image();
image9.src = "ueber-uns_2.jpg";
// End -->
</script>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-15">
<title>navigation</title>
<style type="text/css">
<!--
body {
background-color: #FF9900;
background-image: url(http://www.xs-excess.com/jpg/xs_pink.jpg);
}
.Stil1 {color: #FFFF00}
.Stil2 {
font-size: large;
font-weight: bold;
color: #beec00;
}
.Stil3 {
font-size: x-large;
font-weight: bold;
color: #00FF00;
}
-->
</style></head><body text="#ccff33" vlink="#ff3399" bgcolor="#000000" lang="DE" link="#ffff99">
<div class="Section1">
<p>
<a href="http://www.xs-excess.com/jpg/fotohase_arosa_09/index.htm" target="self" class="Stil2">
UPDATE: Mittwoch<br>22.04.2009 - 16:00 h</a>
</p>
<a href="http://www.xs-excess.com/htm/yeswecan.htm" target="mainFrame" onmouseover="image8.src='verstaerkung_2.jpg';"
onmouseout="image8.src='verstaerkung_1.jpg';">
<img name="image8" src="verstaerkung_1.jpg" border=0>
</a>
<a href="http://www.xs-excess.com/xs_about.htm" target="mainFrame" onmouseover="image9.src='ueber-uns_2.jpg';"
onmouseout="image9.src='ueber-uns_1.jpg';">
<img name="image9" src="ueber-uns_1.jpg" border=0></a>
<a href="http://www.xs-excess.com/htm/bilder.htm" target="mainFrame" onmouseover="image7.src='bildergalerie_2.jpg';"
onmouseout="image7.src='bildergalerie_1.jpg';">
<img name="image7" src="bildergalerie_1.jpg" border=0></a>
<a href="http://www.guestbook-free.com/books3/xsexcess" target="mainFrame" onmouseover="image2.src='gb_2.jpg';"
onmouseout="image2.src='gb_1.jpg';">
<img name="image2" src="gb_1.jpg" border=0></a>
<a href="http://xs-excess.com/htm/links.htm" target="mainFrame" onmouseover="image5.src='links_2.jpg';"
onmouseout="image5.src='links_1.jpg';">
<img name="image5" src="links_1.jpg" border=0></a>
<a href="http://www.xs-excess.com/htm/impressum.htm" target="mainFrame" onmouseover="image3.src='impressum_2.jpg';"
onmouseout="image3.src='impressum_1.jpg';">
<img name="image3" src="impressum_1.jpg" border=0></a>
<a href="http://xs-excess.com/htm/kontakt.htm" target="mainFrame" onmouseover="image6.src='kontakt_2.jpg';"
onmouseout="image6.src='kontakt_1.jpg';">
<img name="image6" src="kontakt_1.jpg" border=0></a>
<a href="http://xs-excess.foren-city.de/" target="mainFrame" onmouseover="image4.src='intern_2.jpg';"
onmouseout="image4.src='intern_1.jpg';">
<img name="image4" src="intern_1.jpg" border=0></a>
<a href="http://mail.xs-excess.de" target="self" onmouseover="image1.src='@@@@_2.jpg';"
onmouseout="image1.src='@@@@_1.jpg';">
<img name="image1" src="@@@@_1.jpg" border=0></a>
</div></body></html>
Alles anzeigen
INDEX:
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<link href="http://favicons.de/fv089.ico" rel="SHORTCUT ICON">
<meta http-equiv="Content-Type" content="XS-EXCESS"; charset=iso-8859-1">
<meta name="author" content="Henry Meissmer">
<meta name="keywords" lang="de" content="EXCESS, excess, Guggenmusik, Guggamusik, XS-EXCESS, Schmackofatzer, Faschingsverein, Guggamusigg, Guck a Musik, Excess, XS">
<title>XS-EXCESS ONLINE</title>
</head>
<frameset rows="*" cols="216,*" framespacing="0" frameborder="NO" border="0">
<frame src="http://www.xs-excess.com/xs_navi.html" name="leftFrame">
<frame src="http://www.xs-excess.com/xs_main.html" name="mainFrame">
</frameset>
<noframes><body>
</body></noframes>
</html>
Alles anzeigen