alternative to frames

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default alternative to frames

    Does anyone know what the best alternative to using frames? I've looked at
    Object but this doesn't seem to work in IE6...

    TIA
    Ian


    ian Guest

  2. Similar Questions and Discussions

    1. <alternative solution>
      What do you guys use to optimize your SWF files? Coz I was looking for some new solutions, as the tool i used before didn't provide me with the...
    2. Is there an alternative to HTML frames?
      I'm new to php and web development in general. I've toyed with ASP a little and enjoyed using "include" statements to include my navigation and...
    3. [PHP] Is there an alternative to HTML frames?
      I'm new to php and web development in general. I've toyed with ASP a little and enjoyed using "include" statements to include my navigation and...
    4. Alternative for T.O.A.D.
      Use Enterprise Manager which gets bundled with Microsofts SQL Server client tools ... This gives you similiar features as TOAD ... -- HTH,...
    5. speedier alternative to LWP?
      Hi there all, I am writing a little script that gets some data from a couple of servers. One of these is a database and no probs there though the...
  3. #2

    Default Re: alternative to frames

    > Does anyone know what the best alternative to using frames? I've looked at
    > Object but this doesn't seem to work in IE6...
    What do you want to do? You can use a div if you need to have a section of
    your page scroll. You can use user controls if you want to componentize the
    development. The answer depends on why you are using frames in the first
    place.

    --
    Chris Jackson
    Software Engineer
    Microsoft MVP - Windows XP
    Windows XP Associate Expert
    --


    Chris Jackson Guest

  4. #3

    Default Re: alternative to frames

    Perhaps something like...

    | Logo | Main Navigation | Banner | Email
    |
    |_______________|______________|_________|________ _|_
    | |
    |
    | Secondary | Main Page
    |
    | Navigation |
    |
    | |
    |


    Thanks
    Ian

    "Chris Jackson" <chrisj@mvps.org> wrote in message
    news:eD31ALhSDHA.1588@TK2MSFTNGP11.phx.gbl...
    > > Does anyone know what the best alternative to using frames? I've looked
    at
    > > Object but this doesn't seem to work in IE6...
    >
    > What do you want to do? You can use a div if you need to have a section of
    > your page scroll. You can use user controls if you want to componentize
    the
    > development. The answer depends on why you are using frames in the first
    > place.
    >
    > --
    > Chris Jackson
    > Software Engineer
    > Microsoft MVP - Windows XP
    > Windows XP Associate Expert
    > --
    >
    >

    ian Guest

  5. #4

    Default Re: alternative to frames

    The most obvious thing to do is to separate your various sections (header
    and secondary navigation) into separate ascx files. The only thing you
    really need to decide is whether you want your navigation to stay in place
    or if you don't mind having them scroll along with the pages, which is what
    the majority of sites do today. I see nothing here that demands the use of
    frames, other than separation of distinct bits of code, for which you have
    an alternate solution.

    --
    Chris Jackson
    Software Engineer
    Microsoft MVP - Windows XP
    Windows XP Associate Expert
    --
    "ian" <ian@net.com> wrote in message
    news:OTIr9ShSDHA.1588@TK2MSFTNGP11.phx.gbl...
    > Perhaps something like...
    >
    > | Logo | Main Navigation | Banner | Email
    > |
    > |_______________|______________|_________|________ _|_
    > | |
    > |
    > | Secondary | Main Page
    > |
    > | Navigation |
    > |
    > | |
    > |
    >
    >
    > Thanks
    > Ian
    >
    > "Chris Jackson" <chrisj@mvps.org> wrote in message
    > news:eD31ALhSDHA.1588@TK2MSFTNGP11.phx.gbl...
    > > > Does anyone know what the best alternative to using frames? I've
    looked
    > at
    > > > Object but this doesn't seem to work in IE6...
    > >
    > > What do you want to do? You can use a div if you need to have a section
    of
    > > your page scroll. You can use user controls if you want to componentize
    > the
    > > development. The answer depends on why you are using frames in the first
    > > place.
    > >
    > > --
    > > Chris Jackson
    > > Software Engineer
    > > Microsoft MVP - Windows XP
    > > Windows XP Associate Expert
    > > --
    > >
    > >
    >
    >

    Chris Jackson Guest

  6. #5

    Default Re: alternative to frames

    I agree with Chris. Web User Controls sound like the best way to go to
    divide up your page sections.
    Here's more info:
    [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vbconintroductiontowebusercontrols.asp[/url]
    [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vboriwebusercontrols.asp[/url]
    [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vbconWebUserControlsVsCustomWebControls.asp[/url]

    --
    I hope this helps,
    Steve C. Orr, MCSD
    [url]http://Steve.Orr.net[/url]


    "ian" <ian@net.com> wrote in message
    news:uYsMzChSDHA.212@TK2MSFTNGP10.phx.gbl...
    > Does anyone know what the best alternative to using frames? I've looked at
    > Object but this doesn't seem to work in IE6...
    >
    > TIA
    > Ian
    >
    >

    Steve C. Orr, MCSD Guest

  7. #6

    Default Re: alternative to frames

    Thanks, this looks like the way to go.

    "Chris Jackson" <chrisj@mvps.org> wrote in message
    news:uB0Q0%23jSDHA.2280@TK2MSFTNGP12.phx.gbl...
    > The most obvious thing to do is to separate your various sections (header
    > and secondary navigation) into separate ascx files. The only thing you
    > really need to decide is whether you want your navigation to stay in place
    > or if you don't mind having them scroll along with the pages, which is
    what
    > the majority of sites do today. I see nothing here that demands the use of
    > frames, other than separation of distinct bits of code, for which you have
    > an alternate solution.
    >
    > --
    > Chris Jackson
    > Software Engineer
    > Microsoft MVP - Windows XP
    > Windows XP Associate Expert
    > --
    > "ian" <ian@net.com> wrote in message
    > news:OTIr9ShSDHA.1588@TK2MSFTNGP11.phx.gbl...
    > > Perhaps something like...
    > >
    > > | Logo | Main Navigation | Banner | Email
    > > |
    > > |_______________|______________|_________|________ _|_
    > > | |
    > > |
    > > | Secondary | Main Page
    > > |
    > > | Navigation |
    > > |
    > > | |
    > > |
    > >
    > >
    > > Thanks
    > > Ian
    > >
    > > "Chris Jackson" <chrisj@mvps.org> wrote in message
    > > news:eD31ALhSDHA.1588@TK2MSFTNGP11.phx.gbl...
    > > > > Does anyone know what the best alternative to using frames? I've
    > looked
    > > at
    > > > > Object but this doesn't seem to work in IE6...
    > > >
    > > > What do you want to do? You can use a div if you need to have a
    section
    > of
    > > > your page scroll. You can use user controls if you want to
    componentize
    > > the
    > > > development. The answer depends on why you are using frames in the
    first
    > > > place.
    > > >
    > > > --
    > > > Chris Jackson
    > > > Software Engineer
    > > > Microsoft MVP - Windows XP
    > > > Windows XP Associate Expert
    > > > --
    > > >
    > > >
    > >
    > >
    >
    >

    ian Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139