Coding Cookbook/Escape from encapsulation
JavaScript solution
editEscape from frame encapsulation
if (topĀ != self) { top.location.replace(document.location.href); };
Escape from frame encapsulation
if (topĀ != self) { top.location.replace(document.location.href); };