wwp@yahoogroups.com:
Re: copyright infringement
Yuval Levy 2008-Jul-23 04:41:00
Robert Agnel wrote:
> To check your web site,
> http://buy4cheap.biz/?url=http://www.yourwebsite.com
thanks for the info, Rob.
> I have the contact info if anybody should need it.
won't be needed, thanks.
> Hopefully this won't impact other list members.
It impacts *any* site that does not protect against frame cloaking.
Check out <http://www.buy4cheap.biz/?url=http://www.worldwidepanorama.com>
fortunately it is easy to get rid of: a little piece of JavaScript to
check if your site is (i)framed and get rid of the frame will void the
<EXPLETIVES REMOVED>:
<script>
if (top.location != location) {
top.location.href = document.location.href ;
}
</script>
Yuv