@ndre@s: Zugriff auf Frames

Beitrag lesen

Hallo Christoph

z.B. so:
<head>
function Ladeframe(URL1)
{
top.Middle.Middleleft.Leftup.location.href=URL1;
}
...
</head>

<body ...>

<a href="pfad/datei1.htm"
target="_self"
onMouseOver=Ladeframe('pfad/datei2')

Gruß Andreas

P.S.: Linksetzter (Klone) hat übereilt gelinkt :-)