up vote 0 down vote favorite
share [g+] share [fb]

Suppose an actor A has the site of an actor B in iFrames. There is no difference in the sites except the url. Urls are totally different. Should the actor A ask a permission of the actor B for using B's site? Is there any law that forbid placing other site on a site in iFrames?

link|improve this question

Which country? Which state? – DrJokepu Jun 17 '09 at 22:37
Belongs on docketoverflow.com? ;) You might be able to write some JS that detects the URL of window.top and redirects to embarrassing content if you're not barred by XSS policy. You could also check for referrer on the server side. – steamer25 Jun 17 '09 at 22:53
4  
What is not legal is non-legal people (without a degree) giving legal advice. If you have a question of law then seeing a lawyer is your best bet. – Robert Massaioli Jun 18 '09 at 2:26
feedback

2 Answers

up vote 1 down vote accepted

Not a programming question, but at least let me help you with a link to a site. The owner of plagiarismtoday.com have had some of your concerns and, although not a lawyer, have collected quite a bit of information.

http://www.plagiarismtoday.com/2009/04/07/is-the-diggbar-content-theft/

Read The Law on Framing and follow the link to the case of Washington Post v. TotalNews

You should also check your country and local state laws, there is no such thing as a standard legal solution because it changes from one place to the other and many countries do not have laws on what you are asking. However, let me tell you, the web seems to be dominated by two frame of mind, or law philosophy:

  • lex mercatoria: these folks tend to think the web is commerce and commerce laws should apply, which are mostly derived by mores and civil laws
  • lex retis: these folks say the web is anarchy, no law should govern it

PS: I am a lawyer. Even if this is a bit complicated, I hope you can get an idea.

link|improve this answer
dde: Fascinating. I contacted a lawyer in Florida, and she informed me that it becomes a problem if the iFrame causes too much bandwidth to other site' owner. So it is always a good idea to contact webmasters to ask persmissions. Great thanks for sharing the things about the philosophy! – Masi Jul 3 '09 at 9:25
feedback

As far as I can tell, it only becomes a legal problem if the iframe is used to perpetrate fraud, deceptive marketing, or somesuch. Short of that, it's merely annoying. You can always use framebusters/framekillers if it bothers you enough.

link|improve this answer
never heard abouth framebusters/framekillers: en.wikipedia.org/wiki/Framekiller Interesting. – Masi Jul 3 '09 at 9:28
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.