How to remove frames
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>
<!–
if (top.location.href != self.location.href)
top.location.href = self.location.href;
// –>
</script>
Related posts:
- How to get out of frames <script type="text/javascript"> <!– if (top.location.href != self.location.href) top.location.href = self.location.href;...
- Jumbo frames on Cisco For IOS: 3750(config)# system mtu jumbo 9000 3750(config)# exit 3750#...
Blog updates
