I have a website. The entry page has no frames. When you enter the site, you have three frames: In large one to the left and two smaller ones, one over the other, on the right. The top right frame has a menu. The last item is Exit which is a hyperlink to the entry page.
If I click on the Exit link, the large left frame displays the entry page. The two right frames are still there. I want them to go away so that I have no frames at all.
When I click the hyperlink, the url address does not reflect the change in address. It stays the same. If I hit the refresh button (F5) , the frames go away.
Programmatically, how do I make the frames go away? I can use HTML or Javascript unless you know PL/SQL.