!! Danke !!
Hallo Jui!
Befinde sich also dein JS beispielsweise im Frame "Oben"Oben:
<html>
<head>
<script type="text/javascript">
<!--
function ZweiFrames(URI1,F1,URI2,F2) {
Frame1=eval("parent."+F1);
Frame2=eval("parent."+F2);
Frame1.location.href = URI1;
Frame2.location.href = URI2;
}
//-->
</script>
</head>
<body>Dies sei also rechts:
<html>
<head></head>
<body>
<DIV align="center"><I><B><FONT size="3"> Gallerien </I></B> </FONT></DIV>
<br>
<DIV align="center">
<A href=
"javascript:parent.oben.ZweiFrames('about:blank','hauptframe','nordsee/index.htm','unten')">
<img src="gallerie_nordsee-thumb.jpg" alt="Gallerie An der Nordsee" border="0" width="70" height="50">
</A>
</body>
</html>Klickst du nun auf den Link rechts, so wird unten mit nordsee/index.htm belegt. Gleichzeitig wird hauptframe mit about:blank belegt(also gelöscht). Fehler sind möglich, da dies wirklich nicht als JS Editor gedacht war...
Viel Spass,
Richard