PC Review
Forums
Newsgroups
Microsoft Word
Microsoft Frontpage
Sending user back
Forums
Newsgroups
Microsoft Word
Microsoft Frontpage
Sending user back
![]() |
Sending user back |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
In my site I've got "back" buttons on every page, and for most of them a
static link works fine, however I have a few pages to which a user could be directed from several places. How can I build a back button that will send the user to the last page they were at? Thanks for your time. DominicB |
|
|
|
#2 |
|
Guest
Posts: n/a
|
This is a duplicate post as my computer crashed just as I clicked submit.
Please see my other post titled "Inserting a "Back" button" Sorry. DominicB "Dominic" wrote: > In my site I've got "back" buttons on every page, and for most of them a > static link works fine, however I have a few pages to which a user could be > directed from several places. > > How can I build a back button that will send the user to the last page they > were at? > > Thanks for your time. > > DominicB |
|
|
|
#3 |
|
Guest
Posts: n/a
|
<a href="javascript:history.go(-1);">Back</a>
-- Ron Symonds - Microsoft MVP (FrontPage) Reply only to group - emails will be deleted unread. http://www.rxs-enterprises.org/fp FrontPage Support: http://www.frontpagemvps.com/ "Dominic" <Dominic@discussions.microsoft.com> wrote in message news:E4B24E58-2EBE-40E6-8F86-65DE20F73A7E@microsoft.com: > This is a duplicate post as my computer crashed just as I clicked submit. > Please see my other post titled "Inserting a "Back" button" > > Sorry. > > DominicB > > "Dominic" wrote: > > > In my site I've got "back" buttons on every page, and for most of them a > > static link works fine, however I have a few pages to which a user could be > > directed from several places. > > > > How can I build a back button that will send the user to the last page they > > were at? > > > > Thanks for your time. > > > > DominicB |
|
|
|
#4 |
|
Guest
Posts: n/a
|
Ha!!
So easy (if you know) isn't it? Many thanks for that, Ron. DominicB "Ronx" wrote: > <a href="javascript:history.go(-1);">Back</a> > > -- > Ron Symonds - Microsoft MVP (FrontPage) > Reply only to group - emails will be deleted unread. > > http://www.rxs-enterprises.org/fp > > FrontPage Support: http://www.frontpagemvps.com/ > > > > > "Dominic" <Dominic@discussions.microsoft.com> wrote in message > news:E4B24E58-2EBE-40E6-8F86-65DE20F73A7E@microsoft.com: > > > This is a duplicate post as my computer crashed just as I clicked submit. > > Please see my other post titled "Inserting a "Back" button" > > > > Sorry. > > > > DominicB > > > > "Dominic" wrote: > > > > > In my site I've got "back" buttons on every page, and for most of them a > > > static link works fine, however I have a few pages to which a user could be > > > directed from several places. > > > > > > How can I build a back button that will send the user to the last page they > > > were at? > > > > > > Thanks for your time. > > > > > > DominicB > > |
|
|
|
#5 |
|
Guest
Posts: n/a
|
If you wanted an image (button , as per your other post) instead you'd put
<img src="backbttn.jpg" alt="back button"/> in place of the word "Back". "Dominic" <Dominic@discussions.microsoft.com> wrote in message news:8A728989-3822-4CA8-AB2E-84BCC4232E7D@microsoft.com... > Ha!! > > So easy (if you know) isn't it? > > Many thanks for that, Ron. > > DominicB > > "Ronx" wrote: > >> <a href="javascript:history.go(-1);">Back</a> >> >> -- >> Ron Symonds - Microsoft MVP (FrontPage) >> Reply only to group - emails will be deleted unread. >> >> http://www.rxs-enterprises.org/fp >> >> FrontPage Support: http://www.frontpagemvps.com/ >> >> >> >> >> "Dominic" <Dominic@discussions.microsoft.com> wrote in message >> news:E4B24E58-2EBE-40E6-8F86-65DE20F73A7E@microsoft.com: >> >> > This is a duplicate post as my computer crashed just as I clicked >> > submit. >> > Please see my other post titled "Inserting a "Back" button" >> > >> > Sorry. >> > >> > DominicB >> > >> > "Dominic" wrote: >> > >> > > In my site I've got "back" buttons on every page, and for most of >> > > them a >> > > static link works fine, however I have a few pages to which a user >> > > could be >> > > directed from several places. >> > > >> > > How can I build a back button that will send the user to the last >> > > page they >> > > were at? >> > > >> > > Thanks for your time. >> > > >> > > DominicB >> >> |
|
|
|
#6 |
|
Guest
Posts: n/a
|
Hi Andrew
Actually I'll be using a small .gif image and the word "Back", so thanks for that. DominicB "Andrew Murray" wrote: > If you wanted an image (button , as per your other post) instead you'd put > <img src="backbttn.jpg" alt="back button"/> in place of the word "Back". > > "Dominic" <Dominic@discussions.microsoft.com> wrote in message > news:8A728989-3822-4CA8-AB2E-84BCC4232E7D@microsoft.com... > > Ha!! > > > > So easy (if you know) isn't it? > > > > Many thanks for that, Ron. > > > > DominicB > > > > "Ronx" wrote: > > > >> <a href="javascript:history.go(-1);">Back</a> > >> > >> -- > >> Ron Symonds - Microsoft MVP (FrontPage) > >> Reply only to group - emails will be deleted unread. > >> > >> http://www.rxs-enterprises.org/fp > >> > >> FrontPage Support: http://www.frontpagemvps.com/ > >> > >> > >> > >> > >> "Dominic" <Dominic@discussions.microsoft.com> wrote in message > >> news:E4B24E58-2EBE-40E6-8F86-65DE20F73A7E@microsoft.com: > >> > >> > This is a duplicate post as my computer crashed just as I clicked > >> > submit. > >> > Please see my other post titled "Inserting a "Back" button" > >> > > >> > Sorry. > >> > > >> > DominicB > >> > > >> > "Dominic" wrote: > >> > > >> > > In my site I've got "back" buttons on every page, and for most of > >> > > them a > >> > > static link works fine, however I have a few pages to which a user > >> > > could be > >> > > directed from several places. > >> > > > >> > > How can I build a back button that will send the user to the last > >> > > page they > >> > > were at? > >> > > > >> > > Thanks for your time. > >> > > > >> > > DominicB > >> > >> > > > |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

