break out of frame code?

drastic

Well-known member
Hey,

Got a guy plugging my site, but his site uses frames because there's a voting option in his tiny little frame.

problem is, my site won't display in his bottom frame.

anyone know where / what code i can place in a template to bust me out of that frame?

thanks
 
anyone have an idea on this. i'm getting sent some nice traffic, but my site won't display under my friends 20 pixel frame above my site. he has it because there's a rating bar in it. annoying, yes...but...would like to bust out of it.
 
Have you Google'ed for it? Seems to be plenty out there such as-

HTML:
<script type="text/javascript">
if(top.location!=location)
top.location=location;
</script>
 
Top Bottom