Status: offline

jnordquist

Forum User
Full Member
Registered: 03/14/03
Posts: 129
There is a local site that imports my site into theirs:

http://www.careyhome.com/Template16/NextPage.asp?OrderId=13701&SuppId=248920&LanguageId=0&FileName=http%3A%2F%2Fkenoshaonline%2Enet%2F&LinkId=http://kenoshaonline.net/&MultiPage=0

Is there a way to prevent this if they don't respond to requests to stop?

Should I even be concerned?
John Nordquist,
Applications Specialist, medical Technologies

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
There's an old trick how to break out of frames using Javascript. Not sure if it works for iframes, too, though. Use Google ...

You could also try some .htaccess magic to block any referrals from that site - or redirect them to a page that says something like "don't steal my content"

Should I even be concerned?

I certainly wouldn't like to see my site framed in such a way. Linking is fine, framing isn't.

bye, Dirk

Status: offline

jnordquist

Forum User
Full Member
Registered: 03/14/03
Posts: 129
worked great. Thanks.


John Nordquist,
Applications Specialist, medical Technologies

Status: offline

jnordquist

Forum User
Full Member
Registered: 03/14/03
Posts: 129
Also, this is a nice tool from TOMW: BAN BLOCK works great.
John Nordquist,
Applications Specialist, medical Technologies

Status: offline

tlingit54

Forum User
Newbie
Registered: 01/04/05
Posts: 8
To use something like javascript break-frames, rather than including it in the BODY,
I saved the script as a breakframes.js and then included it in my header.thtml with this line:
Text Formatted Code
<script type="text/javascript" src="/javascripts/breakframes.js"></script>