|
| Page Title problem Fra : Thanasis |
Dato : 05-03-01 22:14 |
|
Hello to everybody,
i have constructed a frame-based site with FP2K.
The index.html (frameset page) consists of 2 frames (left and main).
When i click on a link in the left frame the page title doesn't change.
I mean, in the title bar of the browser i see the title of the home
page(index.html) instead of the title of the target page(i.e
contact.html,info.html).
I would be grateful if someone could help me.
Best wishes
Thanasis
| |
Andreas Paasch (06-03-2001)
| Kommentar Fra : Andreas Paasch |
Dato : 06-03-01 14:01 |
|
Thanasis,
in order to achieve that, don't use frames, as the title will always be
showing the title of the frame page, not the content page.
To achieve what you want, don't use frames.
Learn SSI (Server script include) and use that to achieve your purpose. SSI
makes it possible for you, to have your navigation page in one page and your
target pages linking to your navigation page.
Thus, only one page to update when you change your navigation bar.
Regards,
Andreas Paasch
"Thanasis" <thanasis_gr@hotmail.com> wrote in message
news:98109b$pff$1@usenet.otenet.gr...
> Hello to everybody,
>
> i have constructed a frame-based site with FP2K.
> The index.html (frameset page) consists of 2 frames (left and main).
> When i click on a link in the left frame the page title doesn't change.
> I mean, in the title bar of the browser i see the title of the home
> page(index.html) instead of the title of the target page(i.e
> contact.html,info.html).
>
> I would be grateful if someone could help me.
>
> Best wishes
> Thanasis
>
>
>
>
| |
Thanasis (06-03-2001)
| Kommentar Fra : Thanasis |
Dato : 06-03-01 15:41 |
|
Thank you Andreas
Andreas Paasch <Andreas@Paasch.Net> wrote in message
news:982mpp$1vdb$1@news.cybercity.dk...
> Thanasis,
>
> in order to achieve that, don't use frames, as the title will always be
> showing the title of the frame page, not the content page.
> To achieve what you want, don't use frames.
> Learn SSI (Server script include) and use that to achieve your purpose.
SSI
> makes it possible for you, to have your navigation page in one page and
your
> target pages linking to your navigation page.
> Thus, only one page to update when you change your navigation bar.
>
> Regards,
> Andreas Paasch
>
> "Thanasis" <thanasis_gr@hotmail.com> wrote in message
> news:98109b$pff$1@usenet.otenet.gr...
> > Hello to everybody,
> >
> > i have constructed a frame-based site with FP2K.
> > The index.html (frameset page) consists of 2 frames (left and main).
> > When i click on a link in the left frame the page title doesn't change.
> > I mean, in the title bar of the browser i see the title of the home
> > page(index.html) instead of the title of the target page(i.e
> > contact.html,info.html).
> >
> > I would be grateful if someone could help me.
> >
> > Best wishes
> > Thanasis
> >
> >
> >
> >
>
>
| |
Andreas Paasch (06-03-2001)
| Kommentar Fra : Andreas Paasch |
Dato : 06-03-01 16:39 |
|
Thanasis,
you are most welcome.
But I can see, that you got the same answer from Allan Webber in the english
FP NG.
Regards,
Andreas
"Thanasis" <thanasis_gr@hotmail.com> wrote in message
news:982th2$j8h$1@usenet.otenet.gr...
> Thank you Andreas
>
> Andreas Paasch <Andreas@Paasch.Net> wrote in message
> news:982mpp$1vdb$1@news.cybercity.dk...
> > Thanasis,
> >
> > in order to achieve that, don't use frames, as the title will always be
> > showing the title of the frame page, not the content page.
> > To achieve what you want, don't use frames.
> > Learn SSI (Server script include) and use that to achieve your purpose.
> SSI
> > makes it possible for you, to have your navigation page in one page and
> your
> > target pages linking to your navigation page.
> > Thus, only one page to update when you change your navigation bar.
> >
> > Regards,
> > Andreas Paasch
> >
> > "Thanasis" <thanasis_gr@hotmail.com> wrote in message
> > news:98109b$pff$1@usenet.otenet.gr...
> > > Hello to everybody,
> > >
> > > i have constructed a frame-based site with FP2K.
> > > The index.html (frameset page) consists of 2 frames (left and main).
> > > When i click on a link in the left frame the page title doesn't
change.
> > > I mean, in the title bar of the browser i see the title of the home
> > > page(index.html) instead of the title of the target page(i.e
> > > contact.html,info.html).
> > >
> > > I would be grateful if someone could help me.
> > >
> > > Best wishes
> > > Thanasis
> > >
> > >
> > >
> > >
> >
> >
>
>
| |
|
|