Connecting Tech Pros Worldwide Forums | Help | Site Map

alternative to frames

ian
Guest
 
Posts: n/a
#1: Nov 17 '05
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



Chris Jackson
Guest
 
Posts: n/a
#2: Nov 17 '05

re: alternative to frames


> Does anyone know what the best alternative to using frames? I've looked at[color=blue]
> Object but this doesn't seem to work in IE6...[/color]

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
 
Posts: n/a
#3: Nov 17 '05

re: alternative to frames


> Does anyone know what the best alternative to using frames? I've looked at[color=blue]
> Object but this doesn't seem to work in IE6...[/color]

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
 
Posts: n/a
#4: Nov 17 '05

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...[color=blue][color=green]
> > Does anyone know what the best alternative to using frames? I've looked[/color][/color]
at[color=blue][color=green]
> > Object but this doesn't seem to work in IE6...[/color]
>
> 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[/color]
the[color=blue]
> 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
> --
>
>[/color]


ian
Guest
 
Posts: n/a
#5: Nov 17 '05

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...[color=blue][color=green]
> > Does anyone know what the best alternative to using frames? I've looked[/color][/color]
at[color=blue][color=green]
> > Object but this doesn't seem to work in IE6...[/color]
>
> 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[/color]
the[color=blue]
> 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
> --
>
>[/color]


Chris Jackson
Guest
 
Posts: n/a
#6: Nov 17 '05

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...[color=blue]
> 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...[color=green][color=darkred]
> > > Does anyone know what the best alternative to using frames? I've[/color][/color][/color]
looked[color=blue]
> at[color=green][color=darkred]
> > > Object but this doesn't seem to work in IE6...[/color]
> >
> > What do you want to do? You can use a div if you need to have a section[/color][/color]
of[color=blue][color=green]
> > your page scroll. You can use user controls if you want to componentize[/color]
> the[color=green]
> > 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
> > --
> >
> >[/color]
>
>[/color]


Chris Jackson
Guest
 
Posts: n/a
#7: Nov 17 '05

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...[color=blue]
> 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...[color=green][color=darkred]
> > > Does anyone know what the best alternative to using frames? I've[/color][/color][/color]
looked[color=blue]
> at[color=green][color=darkred]
> > > Object but this doesn't seem to work in IE6...[/color]
> >
> > What do you want to do? You can use a div if you need to have a section[/color][/color]
of[color=blue][color=green]
> > your page scroll. You can use user controls if you want to componentize[/color]
> the[color=green]
> > 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
> > --
> >
> >[/color]
>
>[/color]


Steve C. Orr, MCSD
Guest
 
Posts: n/a
#8: Nov 17 '05

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:
http://msdn.microsoft.com/library/de...ercontrols.asp
http://msdn.microsoft.com/library/de...ercontrols.asp
http://msdn.microsoft.com/library/de...ebControls.asp

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


"ian" <ian@net.com> wrote in message
news:uYsMzChSDHA.212@TK2MSFTNGP10.phx.gbl...[color=blue]
> 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
>
>[/color]


Steve C. Orr, MCSD
Guest
 
Posts: n/a
#9: Nov 17 '05

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:
http://msdn.microsoft.com/library/de...ercontrols.asp
http://msdn.microsoft.com/library/de...ercontrols.asp
http://msdn.microsoft.com/library/de...ebControls.asp

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


"ian" <ian@net.com> wrote in message
news:uYsMzChSDHA.212@TK2MSFTNGP10.phx.gbl...[color=blue]
> 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
>
>[/color]


ian
Guest
 
Posts: n/a
#10: Nov 17 '05

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...[color=blue]
> 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[/color]
what[color=blue]
> 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...[color=green]
> > 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...[color=darkred]
> > > > Does anyone know what the best alternative to using frames? I've[/color][/color]
> looked[color=green]
> > at[color=darkred]
> > > > 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[/color][/color][/color]
section[color=blue]
> of[color=green][color=darkred]
> > > your page scroll. You can use user controls if you want to[/color][/color][/color]
componentize[color=blue][color=green]
> > the[color=darkred]
> > > development. The answer depends on why you are using frames in the[/color][/color][/color]
first[color=blue][color=green][color=darkred]
> > > place.
> > >
> > > --
> > > Chris Jackson
> > > Software Engineer
> > > Microsoft MVP - Windows XP
> > > Windows XP Associate Expert
> > > --
> > >
> > >[/color]
> >
> >[/color]
>
>[/color]


ian
Guest
 
Posts: n/a
#11: Nov 17 '05

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...[color=blue]
> 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[/color]
what[color=blue]
> 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...[color=green]
> > 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...[color=darkred]
> > > > Does anyone know what the best alternative to using frames? I've[/color][/color]
> looked[color=green]
> > at[color=darkred]
> > > > 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[/color][/color][/color]
section[color=blue]
> of[color=green][color=darkred]
> > > your page scroll. You can use user controls if you want to[/color][/color][/color]
componentize[color=blue][color=green]
> > the[color=darkred]
> > > development. The answer depends on why you are using frames in the[/color][/color][/color]
first[color=blue][color=green][color=darkred]
> > > place.
> > >
> > > --
> > > Chris Jackson
> > > Software Engineer
> > > Microsoft MVP - Windows XP
> > > Windows XP Associate Expert
> > > --
> > >
> > >[/color]
> >
> >[/color]
>
>[/color]


Closed Thread


Similar ASP.NET bytes