|
Posted by RodeL on 08/27/05 01:06
"Konrad Hammerer" <konrad.hammerer@tesis.de> schreef in bericht
news:1125059488.233053@gzpc.tesis.de...
> Hi!
>
> I've a question concerning frames. I want to use 3 frames:
>
> 1) Top
> and Down and within Down,
> 2) Left and
> 3) Right
>
>
> Top
> -------------
> |
> Left | Right
> |
> |
>
> Now my question:
> In the left frame I have my Navigation Table, in the right frame I have
> the content and in the top frame I have same kind of Header-Information
> about the content frame. When I click on a link in the left frame, I know
> how to change the right frame (with target="right"), but this is not
> enough! I need to change also the top frame, because the Header-Info must
> be updated and also the left frame, because the navigation table may have
> changed!
>
> How can I solve this problem? Is there a way without javascript?
>
> Thanks,
> Konrad
Ok, ok, better not use frames at all, I know.
Is some older sites I used this in the leftframe (=navigationmenu)
<a href="javascript:change('top.htm','right.htm','left.htm')">link</a>
It changes three pages at once, using the same frameset.
Be sure to change the frame where you put this link in as last one.
You won't win any design-awards with it, but it works.
Rodel
[Back to original message]
|