Click to See Complete Forum and Search --> : updating 2 frames by clicking a menu-item


artemide
07-17-2003, 09:08 AM
Hi all,

I'm trying to create my first website and as usual I encounter some difficulties.
My situation is as follows:
I made a page with nested frames on it.
One of the frames is my menu.
When I click one of the items I need 2 other frames to load a new page.
How can I do this?

Reloading 1 frame is no problem.

Thanks.

Compguy Pete
07-17-2003, 10:01 AM
I'm sure most here would tell you not to even use frames...

However I guess I would have the 1st new page open the 2nd page via a javascript...

Charles
07-17-2003, 10:12 AM
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.