Link out of a frame?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Dean J Garrett

    Link out of a frame?

    If you have a webpage with frames, say a footer frame that contains links,
    how can you get out of the frame if you click on a link in the footer. The
    it works now, is if I click on a link, the page loads inside the small
    footer frame. I'd like it to just get rid of the frames completely when I
    clickon the link. Any clue? Thank you.


  • Steven Burn

    #2
    Re: Link out of a frame?

    <a href="link" target="_top">l ink text</a>

    or

    <a href="link" target="_parent ">link text</a>

    --

    Regards

    Steven Burn
    Ur I.T. Mate Group


    Keeping it FREE!


    "Dean J Garrett" <info@amuletc.c om> wrote in message
    news:ulSZXNUPEH A.3020@tk2msftn gp13.phx.gbl...[color=blue]
    > If you have a webpage with frames, say a footer frame that contains links,
    > how can you get out of the frame if you click on a link in the footer. The
    > it works now, is if I click on a link, the page loads inside the small
    > footer frame. I'd like it to just get rid of the frames completely when I
    > clickon the link. Any clue? Thank you.
    >
    >[/color]


    Comment

    Working...