Results 1 to 5 of 5

Thread: Frames

  1. #1

    Thread Starter
    Member
    Join Date
    May 2000
    Posts
    43
    Okay just a quick question, but it is bugging me:
    Can you kill frames using html/java script, u see i got frames on one part of a site, but when they click on a link i want that part of the site to open in the same window, but without any of the frames, how can i do this???
    Thanx
    Cease

    This post has been brought to you with the help of:

  2. #2
    Hyperactive Member
    Join Date
    Mar 2000
    Posts
    292
    <a href="somewhere.html" target="parent">some stuff here</a>

    I'm trying from memory but that should be right.
    "People who think they know everything are a great annoyance to those of us who do."

  3. #3
    Guest
    99.99% right


    Code:
    <a href="somewhere.html" target="_parent">stuff here</a>

  4. #4
    Guest
    Ok, how do you get your page to get rid of any frames when it loads. Like if it came form another frame site and still had frames when they got to your site?

  5. #5
    Guest
    you mean like xoom?

    <script>
    parent.location = "newindex.htm"
    </script>

    you put that on the index.htm and whenever somebody goes to your website (http://members.xoom.com/XOOM/yourname) they will be redirected to newindex.htm and there will be no frames

Posting Permissions

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



Click Here to Expand Forum to Full Width