Put a name to each frame in the frameset then add this to the button in the
frame with the menu:

<a href="javascript:parent.NAME1.href='new.url';
parent.NAMEFRAME2.href='new.url2';parent.NAMEFRAME3.href='new.url3';">option
1</a>

you should use a function to make things clearer but I wanted to show you
the concept. If you still have problems email me, I have written this
without checking and maybe the syntax is not correct.

Good luck!

- Luis -

> Hello Dean,
>
> Thanks for answering me,  what I want to do is the following:
>
> I have three frames, one of the frames have a menu, when I make a click
> here, I want the other two frames to load diferent pages at the same time.
>
> Please help me,  thanks in advance
>
> Lorena.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to