loading frames

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

    loading frames

    is there a way to make one frame on a page load completely before the other
    frame starts loading?

  • David Dorward

    #2
    Re: loading frames

    Alex Hunter wrote:
    [color=blue]
    > is there a way to make one frame on a page load completely before the
    > other frame starts loading?[/color]

    You could try loading a blank page in one frame and then editing
    document.locati on in that frame from the onload event in the document
    loaded in to the other frame.

    This would break the site entirely for users without JavaScript... and the
    frames would cause a lot of damage too.

    I don't know what you are doing, but a redesign would probably be the best
    solution.

    --
    David Dorward http://dorward.me.uk/

    Comment

    Working...