Forum Moderators: open
There's many examples if you do search, here's one. Place between the head tags of page then try and frame it:
<script language = javascript>
if(top.location!= document.location.href) {
top.location = document.location.href;}
</script>