473,809 Members | 2,951 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How to force a page to be into a frame?

Hello everybody,

I have created a page consisting of two frames. The second frame is
made to display "external" sites (i.e. written not by me, for
example www.google.com). But I found that some "external" pages
(for example www.hotmail.com ) do not "want" to be displayed in my
frame. They take the whole windows. Does anybody know why? Does anybody
know whether this problem can be solved, i.e. whether one can force
sites to be displayed into the fame?

Oct 8 '05 #1
11 6681
op*********@yah oo.com wrote:
I have created a page consisting of two frames. The second
frame is made to display "external" sites (i.e. written not
by me, for example www.google.com). But I found that some
"external" pages (for example www.hotmail.com ) do not
"want" to be displayed in my frame. They take the whole
windows. Does anybody know why?
It is javascript, along the lines of:-

<script type="text/javascript">
if(top != window){
top.location = window.location .href;
}
</script>
Does anybody know whether this problem can be solved,
It is not a problem, it is a reality.
i.e. whether one can
force sites to be displayed into the fame?


There is nothing that the creator of the framing site can do to prevent
any page loaded into a frame from re-loading itself in the main window.

If your users don't want this to happen they can disable scripting in
their browsers.

Richard.
Oct 8 '05 #2
op*********@yah oo.com wrote:

Hello everybody,

I have created a page consisting of two frames. The second frame is
made to display "external" sites (i.e. written not by me, for
example www.google.com). But I found that some "external" pages
(for example www.hotmail.com ) do not "want" to be displayed in my
frame. They take the whole windows. Does anybody know why? Does anybody
know whether this problem can be solved, i.e. whether one can force
sites to be displayed into the fame?


What you are trying to do is display an external Web page contrary
to the way the owner of that page wants it to be displayed. DON'T
DO IT! Have some respect for the creative efforts of a page's
owner.

My own pages are copyrighted. I give a blanket release to anyone
who wants to link to my pages. However, that release requires my
pages do not appear within a frame on someone else's page. If you
display one of my pages in one of your frames, that is a violation
of my copyright, for which I will take whatever legal measures are
necessary to protect.

--

David E. Ross
<URL:http://www.rossde.com/>

I use Mozilla as my Web browser because I want a browser that
complies with Web standards. See <URL:http://www.mozilla.org/>.
Oct 8 '05 #3
> What you are trying to do is display an external Web page contrary
to the way the owner of that page wants it to be displayed. DON'T
DO IT! Have some respect for the creative efforts of a page's
owner.
My own pages are copyrighted. I give a blanket release to anyone
who wants to link to my pages. I never heard that sometimes it is forbidden to link to somebody's
page. Does it mean that if I link to your page without your permission
I break the law and will account for it? What about google? It makes
linkage automatically and there are links on your page in the search
results. Does it mean that you can bring an action against google? By
the way, do we speak about some world-wide law regulating
interrelations in web-space or we speak just about law of USA?
However, that release requires my
pages do not appear within a frame on someone else's page. If you
display one of my pages in one of your frames, that is a violation
of my copyright, for which I will take whatever legal measures are
necessary to protect.

Here is a link on google-page which put your copyrighted page into a
frame. Does google break the low?
http://images.google.com/imgres?imgu...l%3Den%26lr%3D

Oct 9 '05 #4
> What you are trying to do is display an external Web page contrary
to the way the owner of that page wants it to be displayed. DON'T
DO IT! Have some respect for the creative efforts of a page's
owner.


By the way what about respect for readers/users of the page? Don't
they have a right to decide haw to see pages (with or without my
framing procedure)? If they (users) see a page using there own
background (not with background supplied by creator), does they break
the law? If I give an additional tool bar to user's browsers and they
will see your page with my tool bar will I break your copyright? Why my
frame cannot be considered as an additional tool bar of a browser?

Oct 9 '05 #5
op*********@yah oo.com writes:
frame cannot be considered as an additional tool bar of a browser?


That's not even an ethical or legal question - technically, there are *far*
better ways to add a browser toolbar, that don't muck up navigation, book-
marking, browser history, etc. the way that frames can.

If you want to implement a toolbar, have a look at the plugin API of your
target browser, and use the right tool for the job.

sherm--

--
Cocoa programming in Perl: http://camelbones.sourceforge.net
Hire me! My resume: http://www.dot-app.org
Oct 9 '05 #6
On 9 Oct 2005 02:05:15 -0700, op*********@yah oo.com wrote:
What you are trying to do is display an external Web page contrary
to the way the owner of that page wants it to be displayed. DON'T
DO IT! Have some respect for the creative efforts of a page's
owner.
That isn't quite the point. If you switch off styling in your browser,
or view the page in Lynx, you are quite possibly displaying it contrary
to the way the owner wants the page displayed (at least if the owner is
a deezyner-type) but there is nothing wrong with that. The issue is
taking someone else's material and effectively displaying it within
one's own site.
My own pages are copyrighted. I give a blanket release to anyone
who wants to link to my pages.
I never heard that sometimes it is forbidden to link to somebody's
page. Does it mean that if I link to your page without your permission
I break the law and will account for it?
Being able to link directly to any page of a site is an intrinsic part
of the concept of the World Wide Web. In my opinion, suggesting that
someone needs permission to link to a page is as ridiculous as
suggesting that someone needs permission to reference a particular page
of a book.

Sadly however there are a few benighted companies who think that
everyone who visits their site should come through their main entry page
- the one with the advertisements on it. There have been some court
cases on this, and I believe there have even been one or two
ill-informed judges who have ruled against so-called "deep linking".
However it is possible that in some of these cases the linker was in
fact framing the other site - I haven't tried to disentangle all the
rights and wrongs. As more judges themselves start to use computers, the
risks of silly rulings on this point are diminishing.

AIUI however one of the reasons behind the present trend of free logins
on many news sites is indeed to force readers to go through the "front
page".
What about google? It makes
linkage automatically and there are links on your page in the search
results. Does it mean that you can bring an action against google?
You can always bring an action against anyone. In this case you wouldn't
deserve to succeed though.
By
the way, do we speak about some world-wide law regulating
interrelatio ns in web-space or we speak just about law of USA?
I suspect we are actually talking about the particular judge concerned
and which side of bed he got out of. (Although if you are passing off
other peoples work as your own, that would be prohibited in almost all
countries.)
However, that release requires my
pages do not appear within a frame on someone else's page. If you
display one of my pages in one of your frames, that is a violation
of my copyright, for which I will take whatever legal measures are
necessary to protect.

Here is a link on google-page which put your copyrighted page into a
frame. Does google break the low?
http://images.google.com/imgres?imgu...l%3Den%26lr%3D


In this case it may do. Try taking Google to court and let us know how
you get on.

--
Stephen Poley

http://www.xs4all.nl/~sbpoley/webmatters/
Oct 9 '05 #7
As a general comment to this thread, I would like to draw everyone's
attention to <URL:http://www.w3.org/DesignIssues/LinkLaw>.

Thor

--
http://www.anta.net/OH2GDF
Oct 9 '05 #8
Stephen Poley wrote [in part]:

Being able to link directly to any page of a site is an intrinsic part
of the concept of the World Wide Web. In my opinion, suggesting that
someone needs permission to link to a page is as ridiculous as
suggesting that someone needs permission to reference a particular page
of a book.

Sadly however there are a few benighted companies who think that
everyone who visits their site should come through their main entry page
- the one with the advertisements on it. There have been some court
cases on this, and I believe there have even been one or two
ill-informed judges who have ruled against so-called "deep linking".
However it is possible that in some of these cases the linker was in
fact framing the other site - I haven't tried to disentangle all the
rights and wrongs. As more judges themselves start to use computers, the
risks of silly rulings on this point are diminishing.


Copyright law gives me control over the dissemination of what I
created. Web hosts do indeed block access or even delete Web pages
that link to other pages in violation of the copyrights on those
latter pages.

This is not merely a commercial issue restricted to "a few
benighted companies". I have seen copyright notices specifically
denying permission to link other than to top-level pages within a
Web site.

The real issue is that I put time and effort into creating my
pages. I own them. Thus, I have the right to control them. My
own copyright notice grants permission to link to any of my pages
-- PROVIDING you do not do so in a manner that displays my pages
within your frame. When you display one of my pages within your
frame, you create the false impression that my work is actually
part of yours, that you now control my property.

--

David E. Ross
<URL:http://www.rossde.com/>

I use Mozilla as my Web browser because I want a browser that
complies with Web standards. See <URL:http://www.mozilla.org/>.
Oct 9 '05 #9
On Sun, 09 Oct 2005 12:48:07 -0700, David Ross <no****@nowhere .not>
wrote:
Stephen Poley wrote [in part]:

Being able to link directly to any page of a site is an intrinsic part
of the concept of the World Wide Web. In my opinion, suggesting that
someone needs permission to link to a page is as ridiculous as
suggesting that someone needs permission to reference a particular page
of a book.

Sadly however there are a few benighted companies who think that
everyone who visits their site should come through their main entry page
- the one with the advertisements on it. There have been some court
cases on this, and I believe there have even been one or two
ill-informed judges who have ruled against so-called "deep linking".
However it is possible that in some of these cases the linker was in
fact framing the other site - I haven't tried to disentangle all the
rights and wrongs. As more judges themselves start to use computers, the
risks of silly rulings on this point are diminishing.
Copyright law gives me control over the dissemination of what I
created.


Within certain limits, yes. But you do not have the rights to determine
whether other people refer to your material or not.
Web hosts do indeed block access or even delete Web pages
that link to other pages in violation of the copyrights on those
latter pages.
Then they are being silly. But web hosts are not known for understanding
copyright law. There was a test carried out in Holland recently when
someone wrote to about ten different hosts demanding that they remove
copyrighted material. The material was out of copyright, and the
briefest check would have shown it was out of copyright (it was from a
fairly well-known and long-dead author). Horrifyingly, the majority
removed the material without any checks whatever - without even asking
the writer to show that he had any rights in the matter or the
page-author what he thought about it.
This is not merely a commercial issue restricted to "a few
benighted companies". I have seen copyright notices specifically
denying permission to link other than to top-level pages within a
Web site.
Well, maybe it's a lot of benighted companies then.
The real issue is that I put time and effort into creating my
pages. I own them. Thus, I have the right to control them.
But you do *not* have the right to control someone else's reference to
them.

Do you really suppose that if Fred Bloggs publishes a book, he can
prohibit someone else from writing "Fred Bloggs describes widget
manufacture on page 38 of his book 'All About Widgets'"?

Whether the reference to your site takes the form of some text "David
Ross has written on subject X" or the form of an explicit hyperlink
*should* make no difference - in both cases it is just a reference to
your site - though as I mentioned earlier, it appears that some judges
may not understand that point.

My
own copyright notice grants permission to link to any of my pages
-- PROVIDING you do not do so in a manner that displays my pages
within your frame. When you display one of my pages within your
frame, you create the false impression that my work is actually
part of yours, that you now control my property.


Yes, that is a different matter and I'm inclined to agree with you. Will
you be taking legal action against Google?

--
Stephen Poley

http://www.xs4all.nl/~sbpoley/webmatters/
Oct 9 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
10735
by: vk | last post by:
I have a situation where I have 3 frames. The first frame is dynamic and contains javascript variables for use throughout the frameset page and the other frames. Everything works fine...except that the first frame NEEDS to be loaded first so that the other pages can access its variables. What happens in IE is that the frames load up randomly (or so it seems). So sometimes everything blows b/c the first frame did not load first and...
2
6066
by: Mike Preece | last post by:
Hi I have to apologise for this in advance.. Sorry I know this is the wrong group to ask but this question I don't know where I should be asking it. What can I send from the server to a browser that will force the HTML form I'm sending to break any pre-existing frames? I've seen and tried things like having a <BASE TARGET="_top"> (or "_parent") tag in the <HEAD> but that doesn't seem to work. I know that having a link on the
3
2716
by: Phil | last post by:
how do I force a window, pened alone, to be displayed in its frame set? tried this: if (parent.location.href == self.location.href) { window.location.href = '../'; } the problem is that the original page is replaced by the main.htm page (the default page for the 'main' frame)., because the open event of the menu page
0
1697
by: crownergis | last post by:
Hello. I'm Johnny Cash. Actually I have a bit of a problem. I have a page with an inline frame. The contents of the frame are wider than the frame (and designed that way). The newest content in the frame should be on the left hand side (with scroll bars appearing when necessary to deal with the rest that may not fit). However some users report with scrollbars the contents of the frame right justified rather than left. Is there a way I can...
1
10862
by: Marco Maroni | last post by:
How to force image refresh on client browser ? Is ti possible to force the refresh of the same image (tha was changed server-side) to the client, without user press Contrl+F5 in IE ? - Marco
5
4479
by: Jeronimo Bertran | last post by:
I have a DataGrid that gets filled based on a filter which is defined by the values that the user selects on several controls. When the page postbacks after changing the selection on the filter controls, the DataGrid refreshes itslef. Now, I also need to refresh the DataGrid if I detect that something "external" has changed (keeping the filter that the user is using). For this, I have created a page that partially refreshes itslef in...
2
2415
by: Yogi_Bear_79 | last post by:
I have a script that parses window.location.hash to figure out which xml file to load. The xml files populate a page on a framed site. The code works correctly to a point. If I have a seperate html page to support each xml it works. I would like to eliminate the individual html pages becuase only one should be needed. When I use one page the first link works, then the second one does nothing (doesn't refresh the frame). If I click to a...
2
2416
by: dmc2409 | last post by:
Well, I am more a desigber than developer. Need to solve the folloving problem. I have a page on, lets call it Firstserver. It opens Page1, Page2 and Page3 on Secondserver through a frame on the mainpage of the Firstserver. I have big problems with refreshing content of the pages on the Secondserver. I need a way to delete session cookies of the pages on the Secondserver ON FIRSTSERVER'S MAINPAGE UNLOAD... and force Secondserver pages...
6
5980
by: Thiago Macedo | last post by:
I could not find on the web a complete solution for this task. This is not the perfect solution, because it's doesn't have the ability to log the logout if browser crash or user leave it open while the session time out expires. So, any improvement would be apreciated. 1. Make the system frameable, by creating a frameset page with an unique frame - the system. So the user could navigate through the pages without "leave" the website.
0
9721
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10633
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10376
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10375
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10114
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6880
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5548
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5686
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3860
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.