frame loading question...

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

    frame loading question...

    how can i have my frames load sequentially. wait for frame 1 to load before
    going to frame 2 etc.

    thanks
    Mel


  • kaeli

    #2
    Re: frame loading question...

    In article <bss436$10b$1@s 0b1a68.ssa.gov> , mel@redolive.co m enlightened
    us with...[color=blue]
    > how can i have my frames load sequentially. wait for frame 1 to load before
    > going to frame 2 etc.
    >[/color]

    Basically, you don't.

    If you want a workaround, have page 2 start with a blank page, then have
    page 1 load page 2.

    God help the people who try to view your site with no javascript.

    --
    --
    ~kaeli~
    Any sufficiently advanced technology is indistinguishab le
    from magic.



    Comment

    • Ang Talunin

      #3
      Re: frame loading question...

      > how can i have my frames load sequentially. wait for frame 1 to load
      before[color=blue]
      > going to frame 2 etc.[/color]

      Why would you?


      Comment

      • @SM

        #4
        Re: frame loading question...

        Mel a ecrit :[color=blue]
        >
        > how can i have my frames load sequentially. wait for frame 1 to load before
        > going to frame 2 etc.[/color]

        in frames page
        the src are "" except 1rst with page1.htm

        page1.htm =
        <body onload="parent. frame2.location ='page2.htm';">

        and so on

        Comment

        • Thomas 'PointedEars' Lahn

          #5
          Re: frame loading question...

          Mel wrote:
          [color=blue]
          > how can i have my frames load sequentially. wait for
          > frame 1 to load before going to frame 2 etc.[/color]

          If accomplished with client-side scripting, it would fail
          if support is not present, disabled or restricted enough.


          PointedEars

          Comment

          Working...