View Single Post
Old 11-28-2005, 11:51 AM  
BoyAlley
So Fucking Gay
 
Join Date: Nov 2004
Posts: 19,714
Put this between your head tags:

Code:
<script language="JavaScript" type="text/javascript">
<!--
function breakout_of_frame() {
  if (top.location != location) {
    top.location.href = document.location.href ;
  }
}
-->
</script>
Here's your body tag:

Code:
<body onload='breakout_of_frame()'>
BoyAlley is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote