Result Size: 300 x 150
x
 
<!DOCTYPE html>
<html>
<head>
<script>
function breakout() {
  if (window.top != window.self) {
    window.top.location = "tryjs_breakout.html";
  }
}
</script>
</head>
<body>
<input type="button" onclick="breakout()" value="Виплигнути з фрейму!">
</body>
</html>