you can't simply close a frame, if you wish to do it you will need to load
a new frameset at the level of the frameset you wish to close to overwrite
the existing frameset - which included the one you wish to close - although
you will have to handle the fact that other frames may not have the
original HTMl page that they were loaded with, so they may have to be
reloaded dynamically.
At 01:38 09/08/01 +0000, you wrote:
>Hi ,
>How can I close a frame, when the page load
>This is the situation that I have
>
>How can i close "frmBottom" and dispaly "frmTop" when page b.asp loads
>Thanks