axel: frameset erzwingen - kein fremdframe

Beitrag lesen

Hallo Patrick

if (self.name == 'pajst')
   { ;}
else { if (self != top)
  top.location.href = self.location;}

warum nicht gleich

if (self.name != 'pajst')
    { if (self != top)
      top.location.href = self.location;}

?

grüße
axel