getting away from frames

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

    getting away from frames

    I have a set of pages that are loaded from a navigation frame. In short, my
    page has a frame with 5 links on it, that load one of 5 pages in the other
    frame.

    I need to get away from this. Mostly because there is interactive content
    (applets, etc.) running some of those 5 pages, and when the user returns to
    that page, via a link in the navigation frame, the page reloads, and
    everything must be started anew for that page.

    Does anyone have any ideas how I can accomplis this, without much altering
    the look of what I am doing? Could I perhaps accomodate that with something
    along the lines of document.popped Layer ? Would that require that I merge
    all 5 pages into 1 ? Does anyone have any good ideas how I can accomplish
    getting rid of these frames such that all 5 pages can be 'running'
    simultaneously, and just a click away for the user?

    Thank you for your thoughts, Ike


  • Richard

    #2
    Re: getting away from frames

    Ike wrote:
    [color=blue]
    > I have a set of pages that are loaded from a navigation frame. In short,
    > my page has a frame with 5 links on it, that load one of 5 pages in the
    > other frame.[/color]
    [color=blue]
    > I need to get away from this. Mostly because there is interactive content
    > (applets, etc.) running some of those 5 pages, and when the user returns
    > to that page, via a link in the navigation frame, the page reloads, and
    > everything must be started anew for that page.[/color]
    [color=blue]
    > Does anyone have any ideas how I can accomplis this, without much
    > altering the look of what I am doing? Could I perhaps accomodate that
    > with something along the lines of document.popped Layer ? Would that
    > require that I merge all 5 pages into 1 ? Does anyone have any good ideas
    > how I can accomplish getting rid of these frames such that all 5 pages
    > can be 'running' simultaneously, and just a click away for the user?[/color]
    [color=blue]
    > Thank you for your thoughts, Ike[/color]

    Time to learn about the CSS world.
    What you want to do can easily be done with CSS and divisions.
    You can have all of your formerly framed pages all on one page and show only
    what you need according to the link.
    Thus your applets will run concurrently in the background as needed.


    Comment

    • Gerry White - use my name at dergal dot come for e

      #3
      Re: getting away from frames


      "Richard" <anonymous@127. 000> wrote in message
      news:c0bhq108c2 @enews1.newsguy .com...[color=blue]
      > Ike wrote:
      >[color=green]
      > > I have a set of pages that are loaded from a navigation frame. In[/color][/color]
      short,[color=blue][color=green]
      > > my page has a frame with 5 links on it, that load one of 5 pages in the
      > > other frame.[/color]
      >[color=green]
      > > I need to get away from this. Mostly because there is interactive[/color][/color]
      content[color=blue][color=green]
      > > (applets, etc.) running some of those 5 pages, and when the user[/color][/color]
      returns[color=blue][color=green]
      > > to that page, via a link in the navigation frame, the page reloads, and
      > > everything must be started anew for that page.[/color]
      >[color=green]
      > > Does anyone have any ideas how I can accomplis this, without much
      > > altering the look of what I am doing? Could I perhaps accomodate that
      > > with something along the lines of document.popped Layer ? Would that
      > > require that I merge all 5 pages into 1 ? Does anyone have any good[/color][/color]
      ideas[color=blue][color=green]
      > > how I can accomplish getting rid of these frames such that all 5 pages
      > > can be 'running' simultaneously, and just a click away for the user?[/color]
      >[color=green]
      > > Thank you for your thoughts, Ike[/color]
      >
      > Time to learn about the CSS world.
      > What you want to do can easily be done with CSS and divisions.
      > You can have all of your formerly framed pages all on one page and show[/color]
      only[color=blue]
      > what you need according to the link.
      > Thus your applets will run concurrently in the background as needed.[/color]

      I have to be honest, I think that most applets look much worse than Flash
      etc...

      The other thing to look at is Includes (serverside includes) but for that
      you will need ASP / PHP / SHTML or something similair...

      Gerry


      Comment

      • McKirahan

        #4
        Re: getting away from frames

        "Ike" <rxv@hotmail.co m> wrote in message
        news:MHbWb.1980 4$jH6.18173@new sread1.news.atl .earthlink.net. ..[color=blue]
        > I have a set of pages that are loaded from a navigation frame. In short,[/color]
        my[color=blue]
        > page has a frame with 5 links on it, that load one of 5 pages in the other
        > frame.
        >
        > I need to get away from this. Mostly because there is interactive content
        > (applets, etc.) running some of those 5 pages, and when the user returns[/color]
        to[color=blue]
        > that page, via a link in the navigation frame, the page reloads, and
        > everything must be started anew for that page.
        >
        > Does anyone have any ideas how I can accomplis this, without much altering
        > the look of what I am doing? Could I perhaps accomodate that with[/color]
        something[color=blue]
        > along the lines of document.popped Layer ? Would that require that I merge
        > all 5 pages into 1 ? Does anyone have any good ideas how I can accomplish
        > getting rid of these frames such that all 5 pages can be 'running'
        > simultaneously, and just a click away for the user?
        >
        > Thank you for your thoughts, Ike[/color]


        Identify each of the frame pages;
        perhaps they're something like:
        index.htm
        frame1.htm
        frame2.htm
        frame3.htm
        frame4.htm
        frame5.htm
        where "index.htm" is the frameset.

        Just rename "index.htm" to "index_frame.ht m" (i.e. obsolete)
        and "frame1.htm " to "index.htm"
        then add the following to the bottom of each page:

        <a href="index.htm ">Home</a> |
        <a href="frame2.ht m">Page 2</a> |
        <a href="frame3.ht m">Page 3</a> |
        <a href="frame4.ht m">Page 4</a> |
        <a href="frame5.ht m">Page 5</a>

        Of course the names and labels will change but you get the idea.


        Comment

        • Ike

          #5
          Re: getting away from frames

          I dont think this keeps all five pages resident though throughout the life
          of the session, does it? Ike

          "McKirahan" <News@McKirahan .com> wrote in message
          news:MdiWb.2325 $jk2.9981@attbi _s53...[color=blue]
          > "Ike" <rxv@hotmail.co m> wrote in message
          > news:MHbWb.1980 4$jH6.18173@new sread1.news.atl .earthlink.net. ..
          >
          > Identify each of the frame pages;
          > perhaps they're something like:
          > index.htm
          > frame1.htm
          > frame2.htm
          > frame3.htm
          > frame4.htm
          > frame5.htm
          > where "index.htm" is the frameset.
          >
          > Just rename "index.htm" to "index_frame.ht m" (i.e. obsolete)
          > and "frame1.htm " to "index.htm"
          > then add the following to the bottom of each page:
          >
          > <a href="index.htm ">Home</a> |
          > <a href="frame2.ht m">Page 2</a> |
          > <a href="frame3.ht m">Page 3</a> |
          > <a href="frame4.ht m">Page 4</a> |
          > <a href="frame5.ht m">Page 5</a>
          >
          > Of course the names and labels will change but you get the idea.
          >
          >[/color]


          Comment

          • McKirahan

            #6
            Re: getting away from frames

            "Ike" <rxv@hotmail.co m> wrote in message
            news:_5pWb.140$ W74.96@newsread 1.news.atl.eart hlink.net...[color=blue]
            > I dont think this keeps all five pages resident though throughout the life
            > of the session, does it? Ike[/color]


            Is the frames version available for review so we can "see" the issues?

            My "solution" just focused on eliminating frames not maintaining state;
            sorry.


            Comment

            • McKirahan

              #7
              Re: getting away from frames

              "Ike" <rxv@hotmail.co m> wrote in message
              news:_5pWb.140$ W74.96@newsread 1.news.atl.eart hlink.net...[color=blue]
              > I dont think this keeps all five pages resident though throughout the life
              > of the session, does it? Ike[/color]


              Is the frames version available for review so we can "see" the issues?

              My "solution" just focused on eliminating frames not maintaining state;
              sorry.



              Comment

              • Ike

                #8
                Re: getting away from frames

                yes, but it would require a login unfortunately, and I dont have
                authroization on that. I think I have to stick with frames though,
                regardless, as some of the frames, which are really php pages, use forms,
                and call other pages. I dont see any way of recobbling this to use divs and
                css.

                Now...if I can resize frames on the fly, Ive got this licked. -Ike

                "McKirahan" <News@McKirahan .com> wrote in message
                news:NxqWb.5577 $jk2.18585@attb i_s53...[color=blue]
                > "Ike" <rxv@hotmail.co m> wrote in message
                > news:_5pWb.140$ W74.96@newsread 1.news.atl.eart hlink.net...[color=green]
                > > I dont think this keeps all five pages resident though throughout the[/color][/color]
                life[color=blue][color=green]
                > > of the session, does it? Ike[/color]
                >
                >
                > Is the frames version available for review so we can "see" the issues?
                >
                > My "solution" just focused on eliminating frames not maintaining state;
                > sorry.
                >
                >[/color]


                Comment

                Working...