Advertisement
Guest User

#Correct - Not allow iFrame - Abram Andrea

a guest
Apr 17th, 2014
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script src="http://code.jquery.com/jquery-1.9.0.js"></script>
  2. <script type="text/javascript">
  3.     function ready(){
  4.         if(top.location != self.location){
  5.             if(location.search == "") {
  6.                 window.top.location.href = self.location;
  7.             }
  8.         }
  9.     }
  10. </script>
  11. <body onload="ready();">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement