Hallo
So, ich habe das mal ausprobiert... Du kannst in dem POpup einfach links mit target nehmen und als target den entsprechenden Frame-Namen angeben.
Hier mein Bsp (schlechtestes 2-min-test-html :))
fs.htm:
<html>
<frameset rows="25%,*">
<frame src="oben.htm" name="oben">
<frame src="unten.htm" name="unten">
</frameset>
</html>
oben.htm:
<html>
<body onLoad="JavaScript:window.open('popup.htm', 'name', 'width=300,height=50');">
OBEN
</body>
</html>
unten.htm:
<html>
<body>
UNTEN
</body>
</html>
popup.htm:
<html>
<body>
<a href="http://web.de" target="unten">WEB.de</a>
</body>
</html>
Grüße
David
--
"Nobody will ever need more than 640k RAM!"
1981 Bill Gates
"Nobody will ever need more than 640k RAM!"
1981 Bill Gates