A Flash Developer Resource Site

Results 1 to 14 of 14

Thread: Frameset Web Sites

  1. #1
    Senior Member enstent's Avatar
    Join Date
    Oct 2001
    Location
    Toronto ON
    Posts
    238

    Frameset Web Sites

    I am making my personal site using frames and I was wondering if there are any known problems with them?

    For example: Are there any search engine indexing problems?

  2. #2
    Developer
    Join Date
    Sep 2001
    Location
    The Bluegrass State Will Flash For Food ™
    Posts
    3,786

    Re: Frameset Web Sites

    Originally posted by enstent
    Are there any search engine indexing problems?
    yes

    http://www.google.com/search?hl=en&l...s+using+frames

    http://groups.google.com/groups?hl=e...s+using+frames

  3. #3
    Senior Member enstent's Avatar
    Join Date
    Oct 2001
    Location
    Toronto ON
    Posts
    238
    Do any of you guys use frames?

  4. #4
    Banned vampstko's Avatar
    Join Date
    Aug 2000
    Location
    Florida
    Posts
    946
    if ya wanna show up in the engines make you index page non frames then have it go into your frame site.. most engines don't like frames

  5. #5
    FK's Super Loquacious Randomite ad_mtk2's Avatar
    Join Date
    Jun 2001
    Posts
    1,273
    Originally posted by enstent
    Do any of you guys use frames?
    for html sites, yes. not flash sites though.

  6. #6
    New Wave Visionray's Avatar
    Join Date
    May 2001
    Location
    X
    Posts
    544
    Its a pain to bookmark pages in frames.

  7. #7
    Moonlight shadow asheep_uk's Avatar
    Join Date
    Dec 2001
    Location
    London
    Posts
    2,010
    Originally posted by enstent
    Do any of you guys use frames?
    I use to, then I found PHP.



    TE

  8. #8
    Senior Member
    Join Date
    Mar 2001
    Location
    whistler BC
    Posts
    254
    I like them. ad an index page like mentioned above.
    www.treelinemedia.ca

  9. #9
    Senior Member
    Join Date
    Apr 2001
    Location
    Los Angeles
    Posts
    223
    <<I use to, then I found PHP.>>

    tell me more....

  10. #10
    Chinese flasher
    Join Date
    Oct 2002
    Posts
    56
    how about asp?
    i like flash.

  11. #11
    Moonlight shadow asheep_uk's Avatar
    Join Date
    Dec 2001
    Location
    London
    Posts
    2,010
    Originally posted by The Real Renee
    <<I use to, then I found PHP.>>

    tell me more....
    Well rather than using frames to make the menu appear on each page so I only have to edit it once, I use the PHP include() command. This includes all the text from a file and places it into the HTML of the page, so I can have one menu on each page, but without frames.

    e.g.
    Content of menu.php;
    Home Contact Map

    Content of index.php;
    <?PHP include("menu.php"); ?>
    Monkeys can be found in...

    Run index.php on a server;
    Home Contact Map
    Monkeys can be found in...

    Hope that makes sense.



    TE

  12. #12
    ? tonytryout's Avatar
    Join Date
    Oct 2001
    Location
    Somewhere out there
    Posts
    864
    or ASP and SQL. have a Navbar on the same page as the contents -- the contents are dynamically run by the database so when you click on a button (or link) the contents itself is loaded not the whole page.

    cool....

  13. #13
    Moonlight shadow asheep_uk's Avatar
    Join Date
    Dec 2001
    Location
    London
    Posts
    2,010
    and if you don't have any of those, use a server side include.



    TE

  14. #14
    Work sucks ]v[orpheus's Avatar
    Join Date
    May 2001
    Location
    Sydney, Australia
    Posts
    198
    Originally posted by Visionray
    Its a pain to bookmark pages in frames.
    Yeah and also when printing. Well, when you need to.

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

HTML5 Development Center