huhu
parent.Top.location.href = oben_url;
iiih, das kann nicht gehen, schreib mal so:
parent.oben.location.href = usw...
also so:
<html>
<head>
<script type="text/javascript">
<!--
function zweiFrames(oben_url,unten_url)
{
parent.oben.location.href = oben_url;
parent.unten.location.href = unten_url;
}
//-->
</script>
</head>
<body>
<a href="gamesforum.html" target="framename" onClick="zweiFrames('gamsforum_oben.html','gamesforum_hauptseite.html'); return false;">Gamesforum</a>
</body>
</html>
??
geht noch immmer nicht...
cu
conker