|
solutions - break out
of frames bonus
tip summary:
Description: Are you
being faced with sites that link to your site and leave it in the
frames of their web site? Well, just use this simple tip to break out
of frames. solution:
just throw this somewhere in your page, preferrably after the
<head> tag. <script
language="javascript">
<!--
if (parent.frames.length)
top.location.href= document.location;
//-->
</script>
If you are using this with a FWP
that uses an ad frame, and we don't list them, please e-mail popbusters@hello.net.au
so that we can add them to our list of services that we can
kill ads on. Thanks.
|