Tricky frames Question? Might never have been done!

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • moon

    Tricky frames Question? Might never have been done!

    Wondering if this is possible?

    Situation:
    I have a frameset with a few frames in it that loads side graphics,
    main navigation, subnavigation and content. Everything works fine.
    Now, I decided to add a gateway index page with buttons that lead to a
    specific page within the frameset. ie. aboutus, contact,
    products,etc... The buttons work but it obviously does not load the
    whole frameset with the specific page in it. It just loads the page.

    In other words I want to load a specific page into a frame within a
    frameset from outside the whole frameset site. So, I want to load the
    frameset, frame and the specific page.


    moon
    creatormoon@hot mail.com
  • David Dorward

    #2
    Re: Tricky frames Question? Might never have been done!

    moon wrote:
    [color=blue]
    > I have a frameset with a few frames in it that loads side graphics,
    > main navigation, subnavigation and content. Everything works fine.[/color]

    Really? Given that they are frames that is very odd.


    [color=blue]
    > Now, I decided to add a gateway index page with buttons that lead to a
    > specific page within the frameset. ie. aboutus, contact,
    > products,etc... The buttons work but it obviously does not load the
    > whole frameset with the specific page in it. It just loads the page.[/color]

    Obviously
    [color=blue]
    > In other words I want to load a specific page into a frame within a
    > frameset from outside the whole frameset site. So, I want to load the
    > frameset, frame and the specific page.[/color]

    Best option: Ditch Frames

    Next best option:
    (1) Create a frameset page (with GREAT <noframes> content) for every
    combination of pages to be viewed.
    (2) Make all links point to a frameset page with target="_top"
    (3) Use robots.txt to ask search engines to index only the frameset pages
    (to ignore orphan pages)

    The rubbish solution that doesn't work well with search engines:
    (1) Link to frameset.htm?pa ge=foo
    (2) Use JavaScript (in the onload event of the frameset) to change the
    document.locati on of specific frames depending on the value of page.
    (3) Confuse the whatsits about of any visitors you get who do not have
    JavaScript enabled.

    --
    David Dorward http://david.us-lot.org/
    Redesign in progress: http://stone.thecoreworlds.net/
    Microsoft announces IE is dead (so upgrade):

    Comment

    Working...