Philipp Grashoff: Netscape 6.2 Javascript-untauglich ?!?

Beitrag lesen

Hi Sven,

function DreiFrames(URI1,URI2,URI3) {
   parent.index2.index3.links.location.href = URI1;
   parent.index2.index3.main.location.href = URI2;
   parent.index2.oben.location.href = URI3;
}

Vielen Dank fuer den Tipp, sieht gut aus!
(an dem alten script hat mich immer das Wort eval gestoert ;)

MFG

Philipp