Inhoud van 3 frames wijzigen met 1 link?

Status
Niet open voor verdere reacties.
De code gewoon uitbreiden.

Voorbeeld
Code:
Changing two frames
Change it to suit your needs. 
<a href="javascript:parent.one.location='frame1.html';parent.two.location='frame2.html'">Change </a>

one/two = the name of your frameset frames. 
frame1.html/frame2.hml = the pages you want to change to.( your page names) 
--------
PARENT FRAME
<a href="#"
onClick="parent.frames[1].location='left2.html';parent.frames[2].location='content1.html';parent.frames[3].location='right2.html';">yep</a>

The first frame in your frameset is 0
the second 1 .....
----
In this example:
frameset with 4 frames.
The top.html in the frameset is #0
So left and right ( navigation) and content change.

:cool:
 
Status
Niet open voor verdere reacties.
Terug
Bovenaan Onderaan