Advertisement
Guest User

Block Iframe

a guest
May 23rd, 2017
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script type="text/javascript">
  2.       if (top != self) {
  3.     top.location.replace(document.location);
  4.     alert("For security reasons, framing is not allowed. Click OK to visit the original website.");
  5.       }
  6. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement