I have a site which links to download mirrors.
The page should open up like the link below with my back to site frame http://im1-music.110mb.com/redirect....www.google.com
But because there is a frame buster on the download site it just opens up the page in a whole window.
Is there a way to stop the frame buster from working? or somehow get around it?
Heres the script they used to bust frames:
HTML Code:
<script language="JavaScript">
if (window != top) top.location.href=location.href;
</script>
Im not stealing or presenting other sites as my own content. The links the I want it to go to are download links for my files.
You'll have to talk to the person who owns the site. You might be able to beat that particular script with a frameset instead of an iframe? It's very easy to code an exception to the frame buster script.