Name:
Anonymous
2012-05-12 14:53
if (top.location != self.location)
top.location = self.location;
Name:
Anonymous
2012-05-12 15:00
sets top.location to self.location, in any case.
Name:
Anonymous
2012-05-12 15:06
Looks like Javascript designed to break out of frames. Haven't seen that in about fifteen years.