Page is a not externally linkable
arubicus - 7:16 am on May 16, 2005 (gmt 0)
if (top.location!= location) { Ahh this one is much better. The one in the previous is an old one that has a rash with IE and the back button. It busts the frame but the back button sends you back to the page that framed you which gets busted... This is the one I use on my complete site (except the index page which has now been updated)
Oops. Found one I didn't update!
top.location.replace(self.location.href);
}