Hi,
Versuchs mal mit
01:<script language="JavaScript">
02:<!--
03:function start1()
04:{
05:parent.kopfzeile.location = "kopf1.htm";
06:parent.anzeige.location = "anzeige1.htm";
07:}
08:function start2()
09:{
10:parent.kopfzeile.location = "kopf2.htm";
11:parent.anzeige.location = "anzeige2.htm";
12:}
13:--></script>
von http://www.grammiweb.de/anleitungen/ka_2frames.shtml
LG