Hi,
I have a
jsp page which has 3 frames: Header, Navigator and Main frames.
In the Main frame i have some buttons. When the user clicks on any of these buttons a corresponding action is invoked. Now my requirement is that i want each of the actionforwards to open in the parent window. However the new jsps continue to persist in the Main frame of the frameset.
How do i break out of the frameset upon an actionforward.
Can someone please advise me.
Thanks in advance.