One of the methods to break out of frames:

<script type="text/javascript">
<!–
if (top.location.href != self.location.href)
top.location.href = self.location.href;
// –>
</script>

Related posts:

  1. How to get out of frames <script type="text/javascript"> <!– if (top.location.href != self.location.href) top.location.href = self.location.href;...
  2. Jumbo frames on Cisco For IOS: 3750(config)# system mtu jumbo 9000 3750(config)# exit 3750#...