• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Removing Top Frame Leaving Bottom Frame Intact

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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 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!
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Richard, welcome to the Ranch!
You should be advised that it is considered a no-no to post the same question in multiple forums (you also posted this in Distributed Java). Multiple posts wastes peoples' time entering redundant answers.
Please choose a single forum to enter your question.
And don't worry too much if you get it wrong. One of the friendly forum bartenders will move your post if it is in the wrong place.
This post, for example, would be better served in the HTML/Javascript forum.
thanks,
bear
 
Sheriff
Posts: 4313
Android IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
closing this thread --- it's been moved here
 
reply
    Bookmark Topic Watch Topic
  • New Topic