Forum Moderators: phranque
Further research revealed, they were giving a direct link to our website like digg, but these links open in frames.
Our website opened in bottom frame, they have advertisements on top frame and our content is displayed like there websites content.
(something similar appears when you run a search on google images)
How can we technically avoid this problem ?
Add the following to the each individual page's header:
<script language=javascript type = "text/javascript">
<!-- Hide script from old browsers
if (top.location == self.location)
{
top.location.href = "http://www.example.com/yourpage.htm"
}
// End hiding script -->
</script>