updating 2 frames by clicking a menu-item

liunx

Guest
Hi all,<br />
<br />
I'm trying to create my first website and as usual I encounter some difficulties.<br />
My situation is as follows:<br />
I made a page with nested frames on it.<br />
One of the frames is my menu.<br />
When I click one of the items I need 2 other frames to load a new page.<br />
How can I do this?<br />
<br />
Reloading 1 frame is no problem.<br />
<br />
Thanks.<!--content-->I'm sure most here would tell you not to even use frames... <br />
<br />
However I guess I would have the 1st new page open the 2nd page via a javascript...<!--content-->If you use JavaScript then your navigation will fail for those 13% of users who do not use JavaScript. Instead make a frameset with the appropriate pages for each of your links and then link to those framesets.<!--content-->
 
Back
Top