Coding Cookbook/Escape from encapsulation

JavaScript solution

edit

Escape from frame encapsulation

if (topĀ != self) {
  top.location.replace(document.location.href);
  };