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
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