Forum Moderators: IanTurner & engine

Message Too Old, No Replies

http://www.cyberbritain.co.uk frames sites

jerks

         

Xoc

7:54 pm on Feb 24, 2001 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I found a reference to my site from [cyberbritain.co.uk...] in my server logs. When I went to see what they were doing, I found that they had framed my site, including running an ad at the top. How can I make them stop? I found no email address to complain to.

oldtimer

8:18 am on Feb 25, 2001 (gmt 0)

10+ Year Member



It's some time since I checked with them - not good. They give the option not to have the adverts
"If you prefer to use Hermia™ without branding click here"
but it doesn't work.
However if you search through hermia the site isn't framed.

Try support@cyberbritain.com
perhaps.

nicebloke

8:38 am on Feb 26, 2001 (gmt 0)

10+ Year Member



I use this on my pages:

<script language="JavaScript"><!--

if (parent.frames.length > 0) {
parent.location.href = location.href
}
//--></script>

This breaks out the frames, if that's what you're after.