| Author |
Removing Top Frame Leaving Bottom Frame Intact
|
RichardW Winch
Greenhorn
Joined: Sep 23, 2003
Posts: 3
|
|
Help!! I have a frameset with two frames (top & bottom), I need to add a link in the top frame to remove, close, dispose, collaspe (whatever) the top frame; however, I need the content of the bottom frame frame to stay intact as form data is filled in by the user from data displayed in the top frame. ie: the bottom frame page cannot reload, unless there is another way to retain it's data. Any help would be greatly appreciated!!! Thanks!
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12271
|
|
|
You should ask this question in the HTML and JavaScript forum
|
 |
Michael Ernest
High Plains Drifter
Sheriff
Joined: Oct 25, 2000
Posts: 7292
|
|
|
Agreed. Moved accordingly.
|
Make visible what, without you, might perhaps never have been seen.
- Robert Bresson
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56224
|
|
You can try manipulating the sizes of the frames in the frameset with Javascript, but that's not something I've ever tried. What I have done, and quite successfully, is to use iframes in a normal page (no frameset, no frames) and manipulate the sizes of the iframes. hth, bear [ September 23, 2003: Message edited by: Bear Bibeault ]
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: Removing Top Frame Leaving Bottom Frame Intact
|
|
|