Closed Thread
Results 1 to 6 of 6

Thread: Why are frames bad?

  1. #1
    Senior Member merickson is an unknown quantity at this point merickson's Avatar
    Join Date
    Sep 2002
    Location
    Winters CA
    Posts
    167

    Why are frames bad?

    I've seen several posts on this forum saying that one should avoid frames.
    Why?
    I know that keeping track of frame names and where the link is comming from or going to can be a problem.
    Is there some viewer side reason to avoid frames?

  2. #2
    Megalomaniac Daniel has disabled reputation Daniel's Avatar
    Join Date
    Oct 2000
    Location
    Montréal, Québec, Canada
    Posts
    7,080
    It's annoying.
    In an everlasting search for low pings.

  3. #3
    NLC CareBear is a jewel in the roughCareBear is a jewel in the rough CareBear's Avatar
    Join Date
    Dec 2002
    Posts
    1,684
    Frames are considered bad because they weren't available on every browser when they were "invented" (pretty much a non issue now).
    More valid reasons are that bookmarking a specific page from your site won't work anymore since the address in the address bar won't change as you navigate in a frame.
    If someone finds a page from your site on a search engine and they click then the page will open but it won't be framed so they won't have any means of navigating around the site (somewhat fixable with client side scripting).
    There's always the possibility of getting "stuck" in a frameset as well. If you have a link to a page that's not a part of your site and you don't set it differently, then it'll load in the same frame as the page that contained the link was in and not in the full window like you'd expect.
    Frames do have some uses but most of them can be solved through some other means as well.

  4. #4
    Senior Member merickson is an unknown quantity at this point merickson's Avatar
    Join Date
    Sep 2002
    Location
    Winters CA
    Posts
    167
    BTW, using target="_parent" will expand external links to full screen unless you are nesting frames <target="_top"> doesn't work in some IE.
    Naming your top frame will also take care of that problem.

    Thanks for letting me know the user-side problems with frames.

  5. #5
    FWS Addict spec is an unknown quantity at this point
    Join Date
    Jun 2001
    Posts
    712
    Frames are ugly. It has become cleche.
    It is like using a default forum template. It is a quick and easy solution that solves certain problems, but looks like that, quick and easy.

  6. #6
    FWS Addict aphel aura has disabled reputation aphel aura's Avatar
    Join Date
    Feb 2001
    Location
    Sumaru Prefecture.
    Posts
    640
    Another reason why frames is bad is that the loading time is increased to the fact that multiple pages are loaded simultaneously at the same time.
    I want to live my dreams, instead of my reality - James of Pokemon's Team Rocket.
    How can I compete with diamonds? - Meowth of Pokemon's Team Rocket.

Closed Thread

Bookmarks

Posting Permissions

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