Forum Moderators: DixonJones
this is in violation of the copyright statement posted on this particular website, you can link to it, but you cannot display it in a "frame" so it appears to be part of another site.
the referring site is registered in TURKEY but oddly enough the IP address that it resolves to is a TEXAS USA company.
I already use htaccess to block hotlinking of images, can I also do something to prevent this site from being displayed in a frame on another site?
references to other threads are welcome.
or maybe I just forget about this and move on....
I tried the javascript bit and it works great with Firefox, but nothing on IE or Safari.
(note I am not testing this with Windows ver of IE, perhaps the javascript works in Windows versions...)
Thanks so much for the help and tips!
<HEAD>
...
<SCRIPT type="text/javascript">
if(self!= top) top.location.href = self.location.href;
</SCRIPT>
...
</HEAD>