Home Messages Index
[Date Prev][Date Next][Thread Prev][Thread Next]
Author IndexDate IndexThread Index

Re: how to call and show a framed page from a non frame page?

  • Subject: Re: how to call and show a framed page from a non frame page?
  • From: Roy Schestowitz <newsgroups@schestowitz.com>
  • Date: Fri, 10 Jun 2005 16:06:17 +0100
  • Newsgroups: alt.html
  • References: <d8c99n$fds$1@online.de>
  • User-agent: KNode/0.7.2
Bruno Köller wrote:

> I have a frame based website with an addional non frame entry page.
> 
> In this entry page I want to insert links to my other pages which are
> normally shown in a frame when calling them from default.htm which is the
> main frame page.
> 
> How can I make these links first opening the main frame page and then
> automatically jumping forward to the desired page as if the standard link
> to it in the frame page was clicked?

I used to have a similar problem. That's one of the many reasons to avoid
frames.

One thing I can suggest, as you already mentioned, is opening the main frame
page. You can then pass it some extra information, e.g. an ID like
#contactus, and  use some JavaScript (or the like) to analyse the referring
page and re-direct so that one of the frames will change.

I believe that there are also server-sides features that you can employ.

Roy

-- 
Roy S. Schestowitz
http://Schestowitz.com

[Date Prev][Date Next][Thread Prev][Thread Next]
Author IndexDate IndexThread Index