Forum Moderators: open
3. if (window!= window.top) { top.location.href = location.href; }
4. if (parent.frames[1]) { parent.location.href = self.location.href; }
5. if (top!= self) { top.location.href = location.href; }
6. if (top.frames.length!= 0) { top.location = self.document.location; }
7. if (parent.frames.length > 0) { parent.location.href = location.href; }