I think my question has been written quite clearly at the subject heading. just wan to ellaborate again.
in frameset A i have navigator on the left. there’s a btn whereby i click, i will open up frameset B. but i would like to close the frameset A after i open frameset B.
please help. need to get the solution on this prob that i’m facing…
Subject: Clicking a Btn from frameset A to open frameset B, but close frameset A
If you want to display one frame only after clicking the button, you’ll have to create an outer frameset that has only one frame. You’d load your current frameset (consisting of two frames) by default and your button would use e.g. @SetTargetFrame and @Command([OpenFrameSet]) to open frameset B in the top level frame.