[HTML] Link öffnen sich nicht im Main

Corsar13
Ja, wie der Titel schon sagt, öffnen sich die Links im Menü nicht im Main sondern in einem neuen Fenster. Das Design hab ich gecodet, es funktioniert auch so weit und auch die Textseite 'Menu' ist per Code richtig verlinkt (also mit <A href=url der Seite target=main><FONT or=black></FONT><FONT face=Verdana color=black size=2>Name des Links</FONT></A>) und die Links werden auch im Frame richtig angezeigt - nur öffnen die sich nicht da wo sie sollen -.-

Page war früher wohl mal ein VRH, hab das als Auftrag gecodet, die Seite ist umgezogen und noch nicht ganz fertig umgetragen, nicht wundern ^.^ -> Zur Page

Hoffe es kann mir jemand helfen dass sich die Links im Main und nicht in einem neuen Fenster öffnen smile
Corsar13
Oki, hier der Code:

<html>
<head>
<title>VRH Werbung</title>
<BODY marginwidth="0" leftmargin="0" marginheight="0" topmargin="0" scroll="no">
<img src="http://s6.simpleupload.de/img.php?file=6b5ca0a0e6.jpg&pid=">
<div id="Layer1" style="position: absolute; left: 10px; top: 289px;">
<iframe src="http://www.oyla3.de/cgi-bin/designs/standard1/index.cgi?page=text&id=5
2031231&userid=79072657" name="frame" width="182" height="469" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
</iframe>
</div>
<div id="Layer2" style="position: absolute; left: 231px; top: 289px;">
<iframe src="http://www.oyla3.de/cgi-bin/designs/standard1/index.cgi?page=text&id=7
1945510&userid=79072657" name="frame" width="788" height="469" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
</iframe>
</div>
</body>
</html>
Corsar13
Hey, super, werd ich gleich ausprobieren. Danke! smile
Corsar13
Jap, habs jetzt geändert und den Code nochmal neu eingefügt, funktioniert jetzt mit den Links.
Hier trotzdem nochmal:

<html>
<head>
<title>VRH Werbung</title>
<BODY marginwidth="0" leftmargin="0" marginheight="0" topmargin="0" scroll="no">
<img src="http://s6.simpleupload.de/img.php?file=6b5ca0a0e6.jpg&pid=">
<div id="Layer1" style="position: absolute; left: 10px; top: 289px;">
<iframe src="http://www.oyla3.de/cgi-bin/designs/standard1/index.cgi?page=text&id=5
2031231&userid=79072657" name="menue" width="182" height="469" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
</iframe>
</div>
<div id="Layer2" style="position: absolute; left: 231px; top: 289px;">
<iframe src="http://www.oyla3.de/cgi-bin/designs/standard1/index.cgi?page=text&id=7
1945510&userid=79072657" name="main" width="788" height="469" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
</iframe>
</div>
</body>
</html>

Und was hat das jetzt mit dem ' bei target"" ' zu tun? Es klappt ja auch schon so...
Corsar13
Jap, da steht ja auch was mit main^^
Toll, danke für deine Hilfe! smile