Halt, halt!! Kleiner Nachtrag. Ich habe etwas festgestellt; Carstens Lösungsvorschlag funktioniert, jedoch nicht mit dem ursprünglichen Script lt. Self-HTML:
<script language="JavaScript">
<!--
function frameswitch(topicind,info, topicheader,haupt,pict) { top.topicind.location.href=topicind;
top.info.location.href=info;top.topicheader.location.href=topicheader;
top.haupt.location.href=haupt;top.pict.location.href=pict;
}
//-->
</script>
plus
<a href="#" onClick="frameswitch('index.htm','info.htm','head.htm','main.htm','pict.htm'); return false;">Rubrik
A</a>
<a href="#" onClick="frameswitch('index1.htm','info1.htm','head1.htm','main1.htm','pict1.htm'); return false;">Rubrik
B</a>
Hier spielen dann auf einmal alle Browser verrückt.
sondern mit dem JS-Script von Jens:
<script language="JavaScript">
<!--
function frameswitch(topicind,info, topicheader,haupt,pict) { top.topicind.location.href=topicind;
top.info.location.href=info;top.topicheader.location.href=topicheader;
top.haupt.location.href=haupt;top.pict.location.href=pict;
}
//-->
</script>
plus
<a href="#" onClick="frameswitch('index.htm','info.htm','head.htm','main.htm','pict.htm'); return false;">Rubrik
A</a>
<a href="#" onClick="frameswitch('index1.htm','info1.htm','head1.htm','main1.htm','pict1.htm'); return false;">Rubrik
B</a>
Hier spielt sogar Opera mit!! Insofern vielen Dank an Euch beide. Die Mischung machts eben.
Gruz, Birgit