Closing a bottom frame

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Alan

    Closing a bottom frame

    Hi

    I have a web page which contains two frames. The top frame is used to
    display a menu. When someone clicks on a specific link in the menu I
    want to navigate them to the desired page. However, I want the new
    page to 'kill' the bottom frame so that I am left with one frame
    containing the new page.

    Does anyone know any javascript that the new page can call which will
    remove the bottom frame?

    Thanks
  • Andrew Thompson

    #2
    Re: Closing a bottom frame

    On 14 Sep 2004 09:26:06 -0700, Alan wrote:
    [color=blue]
    > ..I want the new
    > page to 'kill' the bottom frame so that I am left with one frame
    > containing the new page.[/color]

    <a href='....' target='_top'>M ain Window</a>

    Works even in non JS browsers.

    --
    Andrew Thompson
    http://www.PhySci.org/ Open-source software suite
    http://www.PhySci.org/codes/ Web & IT Help
    http://www.1point1C.org/ Science & Technology

    Comment

    Working...