Joachim: 3Frames Laden

Beitrag lesen

Hi,

Frame1=eval(F1);
  Frame2=eval(F2);
  Frame3=eval(F3);

wozu das?

Frame1.location.href = URI1;
  Frame2.location.href = URI2;
  Frame3.location.href = URI3;

top.frames[F1].location.href = URI1;
.
.

<a href="Javascript:about('html/about/about.htm','iframemenue','blank1.htm','iframem1','blank2.htm','iframem2')">about</a>

besser html-link ausschalten:
<a href="#" onclick="about(...); return false;">

Gruesse  Joachim