Hallo Sebastian
Beispiel:
if Frame1 = home.htm
then frame2 = bild.htmSowas hätte ich gerne auf JavaScript Basis !!!
Versuchs mit:
if(parent.frame1.location.href = "home.htm")
{
parent.frame2.location.href = "bild.htm";
}
Mehr dazu in <selfhtml/tecbe.htm>
Grüsse
Tom