View Single Post
  #4 (permalink)  
Old 05-14-2009, 06:06 PM
seopo seopo is offline
WebProWorld Pro
 
Join Date: May 2008
Location: London, UK
Posts: 110
seopo RepRank 2seopo RepRank 2
Default Re: Could Someone Be Tampering With My Blog?

Sounds like you've your content framed within their site.

<frameset cols="25%,75%">
<frame src="MYheader.htm">
<frame src="http://www.yourdomain.com">
</frameset>

Easiest way off the top of my head to prevent this is to use javascripts and target tag.

You can use javascript to reload your domain to the top over the parent if loaded within a frame and then add target="parent" to reduce the impact on those that don't have javascript available.

This should be sufficient to get rid of any spoofers.
Reply With Quote