Javascript / Frames / Kill frames
if your site is loaded into another framed site you can have this in your page to break out of frames.
General Details
Snippet uploaded by: snippet
Email : webmaster@snippetlibrary.com
Snippet By: unknown
<!---Head--->
<script>
<!--
If (window!= top)
top.location.href=location.href
// -->
</script>
<!---Body--->
none
No Reviews to show
