JavaScript No framed
JavaScript
Download (.zip)
<html> <script> <!--
if (window!= top) top.location.href=location.href // --> </script>
<body>
This script detects if your page is trapped inside someone else's frames, and automatically breaks out of it!
</body>
|