Hi,

I have several pages, let's say A, B, and C. Amongst other things they all
have a hyperlink to page D. I want to create a back button on page D which
some knows where the visitor came from, page A, B or C and sends him back
there.

Is this possible?

Thanks,

Anna

custom "back" button by anonymous

anonymous
Wed Feb 04 17:04:48 CST 2004

Hello,

>I have several pages, let's say A, B, and C. Amongst=20
other things they all
>have a hyperlink to page D. I want to create a back=20
button on page D which
>some knows where the visitor came from, page A, B or C=20
and sends him back
>there.

Sure:
<input type=3Dbutton value=3DBack=20
onclick=3Djavascript:history.back()>

K=F6ck Matthias

Re: custom "back" button by MD

MD
Thu Feb 05 05:28:21 CST 2004

Hi Anna,

Take a look at J-Bot Go Back / Forward component at
http://www.http://www.websunlimited.com/order/Product/navigation/Navigation_help_dir.htm

--
Mike -- FrontPage MVP '97-'02
http://www.websunlimited.com
Need to add Meta Tags to your web pages NOW with Google Bot controls.
http://www.websunlimited.com/order/Product/MTM2002/mtm2002_help_dir.htm
FrontPage Add-ins Since '97 2003 / 2002 / 2000 Compatible


"Anna" <anna@adelphia.net> wrote in message
news:eG3rRz26DHA.3288@TK2MSFTNGP11.phx.gbl...
> Hi,
>
> I have several pages, let's say A, B, and C. Amongst other things they
all
> have a hyperlink to page D. I want to create a back button on page D
which
> some knows where the visitor came from, page A, B or C and sends him back
> there.
>
> Is this possible?
>
> Thanks,
>
> Anna
>
>



Re: custom "back" button by Anna

Anna
Thu Feb 05 11:12:51 CST 2004

It works!

Thanks!

:-)


"Köck Matthias" <anonymous@discussions.microsoft.com> wrote in message
news:a64a01c3eb73$49a08990$a401280a@phx.gbl...
Hello,

>I have several pages, let's say A, B, and C. Amongst
other things they all
>have a hyperlink to page D. I want to create a back
button on page D which
>some knows where the visitor came from, page A, B or C
and sends him back
>there.

Sure:
<input type=button value=Back
onclick=javascript:history.back()>

Köck Matthias



Re: custom "back" button by Anna

Anna
Thu Feb 05 12:53:30 CST 2004

Hi again,

Can this be done using a Hover Button component as well?

Thanks,

Anna

"Köck Matthias" <anonymous@discussions.microsoft.com> wrote in message
news:a64a01c3eb73$49a08990$a401280a@phx.gbl...
Hello,

>I have several pages, let's say A, B, and C. Amongst
other things they all
>have a hyperlink to page D. I want to create a back
button on page D which
>some knows where the visitor came from, page A, B or C
and sends him back
>there.

Sure:
<input type=button value=Back
onclick=javascript:history.back()>

Köck Matthias



Re: custom "back" button by anonymous

anonymous
Thu Feb 05 13:21:04 CST 2004

Hello,

>Can this be done using a Hover Button component as well?

You can use this code for every link or onclick-area, but=20
if you want to use it with a Java Hover-Button I'm not=20
sure and I've never tried, so ... try it.

K=F6ck Matthias

Re: custom "back" button by Steve

Steve
Thu Feb 05 13:21:06 CST 2004

You might want to reconsider using Hover buttons.
They are no longer supported in all browsers.
Therefore some folks won't be able to navigate
your site.

Use dhtml image swaps instead.


--
Steve Easton
MS MVP FrontPage
95isalive
This site is best viewed..................
..............................with a computer

"Anna" <anna@adelphia.net> wrote in message
news:uNFSclB7DHA.2952@TK2MSFTNGP09.phx.gbl...
> Hi again,
>
> Can this be done using a Hover Button component as well?
>
> Thanks,
>
> Anna
>
> "Köck Matthias" <anonymous@discussions.microsoft.com> wrote in message
> news:a64a01c3eb73$49a08990$a401280a@phx.gbl...
> Hello,
>
> >I have several pages, let's say A, B, and C. Amongst
> other things they all
> >have a hyperlink to page D. I want to create a back
> button on page D which
> >some knows where the visitor came from, page A, B or C
> and sends him back
> >there.
>
> Sure:
> <input type=button value=Back
> onclick=javascript:history.back()>
>
> Köck Matthias
>
>



Re: custom "back" button by Anna

Anna
Thu Feb 05 15:26:39 CST 2004

Thanks, I will do that instead...

Where do I put the "onclick" event though? Sorry, my html knowledge is
limited...

This is the html code that was created when I used the dhtml image swaps to
create my button...

<a
onmouseover="document['fpAnimswapImgFP1'].imgRolln=document['fpAnimswapImgFP
1'].src;document['fpAnimswapImgFP1'].src=document['fpAnimswapImgFP1'].lowsrc
;"
onmouseout="document['fpAnimswapImgFP1'].src=document['fpAnimswapImgFP1'].im
gRolln" href="javascript:void(0)">

<img border="0" src="../Images/back_1.jpg" id="fpAnimswapImgFP1"
name="fpAnimswapImgFP1" dynamicanimation="fpAnimswapImgFP1"
lowsrc="../Images/back_2.jpg" width="50" height="20"></a></p>

<p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>

Thanks,

:-)



"Steve Easton" <admin@95isalive.com> wrote in message
news:%23PSXW1B7DHA.3648@TK2MSFTNGP11.phx.gbl...
> You might want to reconsider using Hover buttons.
> They are no longer supported in all browsers.
> Therefore some folks won't be able to navigate
> your site.
>
> Use dhtml image swaps instead.
>
>
> --
> Steve Easton
> MS MVP FrontPage
> 95isalive
> This site is best viewed..................
> ..............................with a computer
>
> "Anna" <anna@adelphia.net> wrote in message
> news:uNFSclB7DHA.2952@TK2MSFTNGP09.phx.gbl...
> > Hi again,
> >
> > Can this be done using a Hover Button component as well?
> >
> > Thanks,
> >
> > Anna
> >
> > "Köck Matthias" <anonymous@discussions.microsoft.com> wrote in message
> > news:a64a01c3eb73$49a08990$a401280a@phx.gbl...
> > Hello,
> >
> > >I have several pages, let's say A, B, and C. Amongst
> > other things they all
> > >have a hyperlink to page D. I want to create a back
> > button on page D which
> > >some knows where the visitor came from, page A, B or C
> > and sends him back
> > >there.
> >
> > Sure:
> > <input type=button value=Back
> > onclick=javascript:history.back()>
> >
> > Köck Matthias
> >
> >
>
>



Re: custom "back" button by Anna

Anna
Thu Feb 05 16:09:12 CST 2004

Hey, I figured it out! I'm very proud of myself now... :-)

I just changed the href="javascript:void(0)"> part of the code to
href="javascript:history.back()">

:-)


"Anna" <anna@adelphia.net> wrote in message
news:%23ZQFB7C7DHA.2812@TK2MSFTNGP11.phx.gbl...
> Thanks, I will do that instead...
>
> Where do I put the "onclick" event though? Sorry, my html knowledge is
> limited...
>
> This is the html code that was created when I used the dhtml image swaps
to
> create my button...
>
> <a
>
onmouseover="document['fpAnimswapImgFP1'].imgRolln=document['fpAnimswapImgFP
>
1'].src;document['fpAnimswapImgFP1'].src=document['fpAnimswapImgFP1'].lowsrc
> ;"
>
onmouseout="document['fpAnimswapImgFP1'].src=document['fpAnimswapImgFP1'].im
> gRolln" href="javascript:void(0)">
>
> <img border="0" src="../Images/back_1.jpg" id="fpAnimswapImgFP1"
> name="fpAnimswapImgFP1" dynamicanimation="fpAnimswapImgFP1"
> lowsrc="../Images/back_2.jpg" width="50" height="20"></a></p>
>
> <p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
>
> Thanks,
>
> :-)
>
>
>
> "Steve Easton" <admin@95isalive.com> wrote in message
> news:%23PSXW1B7DHA.3648@TK2MSFTNGP11.phx.gbl...
> > You might want to reconsider using Hover buttons.
> > They are no longer supported in all browsers.
> > Therefore some folks won't be able to navigate
> > your site.
> >
> > Use dhtml image swaps instead.
> >
> >
> > --
> > Steve Easton
> > MS MVP FrontPage
> > 95isalive
> > This site is best viewed..................
> > ..............................with a computer
> >
> > "Anna" <anna@adelphia.net> wrote in message
> > news:uNFSclB7DHA.2952@TK2MSFTNGP09.phx.gbl...
> > > Hi again,
> > >
> > > Can this be done using a Hover Button component as well?
> > >
> > > Thanks,
> > >
> > > Anna
> > >
> > > "Köck Matthias" <anonymous@discussions.microsoft.com> wrote in message
> > > news:a64a01c3eb73$49a08990$a401280a@phx.gbl...
> > > Hello,
> > >
> > > >I have several pages, let's say A, B, and C. Amongst
> > > other things they all
> > > >have a hyperlink to page D. I want to create a back
> > > button on page D which
> > > >some knows where the visitor came from, page A, B or C
> > > and sends him back
> > > >there.
> > >
> > > Sure:
> > > <input type=button value=Back
> > > onclick=javascript:history.back()>
> > >
> > > Köck Matthias
> > >
> > >
> >
> >
>
>



Re: custom "back" button by Steve

Steve
Fri Feb 06 09:24:24 CST 2004

Awesome.
Good on you ;-)
Give yourself a well deserved "pat on the back."

--
Steve Easton
MS MVP FrontPage
95isalive
This site is best viewed..................
..............................with a computer

"Anna" <anna@adelphia.net> wrote in message
news:OwaOxSD7DHA.1052@TK2MSFTNGP12.phx.gbl...
> Hey, I figured it out! I'm very proud of myself now... :-)
>
> I just changed the href="javascript:void(0)"> part of the code to
> href="javascript:history.back()">
>
> :-)
>
>
> "Anna" <anna@adelphia.net> wrote in message
> news:%23ZQFB7C7DHA.2812@TK2MSFTNGP11.phx.gbl...
> > Thanks, I will do that instead...
> >
> > Where do I put the "onclick" event though? Sorry, my html knowledge is
> > limited...
> >
> > This is the html code that was created when I used the dhtml image swaps
> to
> > create my button...
> >
> > <a
> >
>
onmouseover="document['fpAnimswapImgFP1'].imgRolln=document['fpAnimswapImgFP
> >
>
1'].src;document['fpAnimswapImgFP1'].src=document['fpAnimswapImgFP1'].lowsrc
> > ;"
> >
>
onmouseout="document['fpAnimswapImgFP1'].src=document['fpAnimswapImgFP1'].im
> > gRolln" href="javascript:void(0)">
> >
> > <img border="0" src="../Images/back_1.jpg" id="fpAnimswapImgFP1"
> > name="fpAnimswapImgFP1" dynamicanimation="fpAnimswapImgFP1"
> > lowsrc="../Images/back_2.jpg" width="50" height="20"></a></p>
> >
> > <p style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
> >
> > Thanks,
> >
> > :-)
> >
> >
> >
> > "Steve Easton" <admin@95isalive.com> wrote in message
> > news:%23PSXW1B7DHA.3648@TK2MSFTNGP11.phx.gbl...
> > > You might want to reconsider using Hover buttons.
> > > They are no longer supported in all browsers.
> > > Therefore some folks won't be able to navigate
> > > your site.
> > >
> > > Use dhtml image swaps instead.
> > >
> > >
> > > --
> > > Steve Easton
> > > MS MVP FrontPage
> > > 95isalive
> > > This site is best viewed..................
> > > ..............................with a computer
> > >
> > > "Anna" <anna@adelphia.net> wrote in message
> > > news:uNFSclB7DHA.2952@TK2MSFTNGP09.phx.gbl...
> > > > Hi again,
> > > >
> > > > Can this be done using a Hover Button component as well?
> > > >
> > > > Thanks,
> > > >
> > > > Anna
> > > >
> > > > "Köck Matthias" <anonymous@discussions.microsoft.com> wrote in
message
> > > > news:a64a01c3eb73$49a08990$a401280a@phx.gbl...
> > > > Hello,
> > > >
> > > > >I have several pages, let's say A, B, and C. Amongst
> > > > other things they all
> > > > >have a hyperlink to page D. I want to create a back
> > > > button on page D which
> > > > >some knows where the visitor came from, page A, B or C
> > > > and sends him back
> > > > >there.
> > > >
> > > > Sure:
> > > > <input type=button value=Back
> > > > onclick=javascript:history.back()>
> > > >
> > > > Köck Matthias
> > > >
> > > >
> > >
> > >
> >
> >
>
>