HTML Frames Question

Sharky Forums


Results 1 to 3 of 3

Thread: HTML Frames Question

  1. #1
    Expensive Sushi
    Join Date
    Apr 2001
    Posts
    33

    Post HTML Frames Question

    Hello,

    I had a question regarding frames in HTML.
    I currently have a subsection of a webpage that is split into two frames (using one as a navigation bar of sorts). I wanted to have a selection on the navigation bar that would refer to the homepage.

    The problem with this is that it only loads the homepage in one of the two frames. Is there a way to "destroy" the frames so when clicking on the "home" link it loads as a regular webpage (without any frames)?

    Thanks in advance

  2. #2
    Ursus Arctos Moderatis Grizzly's Avatar
    Join Date
    Sep 2000
    Location
    Providence, RI USA
    Posts
    3,077

    Post

    Sure, just target="_top" in your <a> tag.

  3. #3
    Expensive Sushi
    Join Date
    Apr 2001
    Posts
    33

    Post

    Great thanks for the quick reply!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •