GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Iframes javascript breaker (https://gfy.com/showthread.php?t=545483)

teomaxxx 11-28-2005 11:48 AM

Iframes javascript breaker
 
Does anyone have javascript code for breaking iframes?
(when my site is loaded within iframe, i would like to break it)

psili 11-28-2005 11:50 AM

this.location = top.location.href

or some shit like that.

adultchica 11-28-2005 11:50 AM

http://javascript.internet.com/page-...ak-frames.html

Right there! :-)

BoyAlley 11-28-2005 11:51 AM

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()'>


All times are GMT -7. The time now is 10:34 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123