This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
I have a page with two frames. I want a link call one page without any frames. Can this be done without JS?
bill bozeman
Ranch Hand
Joined: Jun 30, 2000
Posts: 1070
posted
0
If you want a page to call a link that is not in the frameset, just call the html page directly. So, if you have a frameset that has the pages, left.html and right.html, but instead of going into the frameset you want it to call one of those pages, then just call that page, left.html. Or if you are asking, how do I get rid of the frameset once I am in it, like you have a link in left.html and you want that new page to take up the entire browser, then you need to call a target on it and that the target equal "_top" or "_parent" Bill