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.
The moose likes HTML, CSS and JavaScript and the fly likes Combining two frames into one page Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "Combining two frames into one page" Watch "Combining two frames into one page" New topic
Author

Combining two frames into one page

Phil Perkins
Ranch Hand

Joined: Nov 21, 2000
Posts: 40
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
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
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Combining two frames into one page
 
Similar Threads
displaying content of first frame into second
Printing part of JSP page
Frames
Problem with html layout, layout running.
form in frames