Coding Cookbook/Escape from encapsulation
From Wikibooks, open books for an open world
[edit] JavaScript solution
Escape from frame encapsulation
if (top != self) {
top.location.replace(document.location.href);
};
This page may need to be