PC Review Forums Newsgroups Microsoft Word Microsoft Frontpage Sending user back

Reply

Sending user back

 
Thread Tools Rate Thread
Old 02-09-2007, 04:00 PM   #1
=?Utf-8?B?RG9taW5pYw==?=
Guest
 
Posts: n/a
Default Sending user back


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
  Reply With Quote
Old 02-09-2007, 04:30 PM   #2
=?Utf-8?B?RG9taW5pYw==?=
Guest
 
Posts: n/a
Default RE: Sending user back

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

  Reply With Quote
Old 02-09-2007, 04:46 PM   #3
Ronx
Guest
 
Posts: n/a
Default RE: Sending user back

<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


  Reply With Quote
Old 02-09-2007, 05:06 PM   #4
=?Utf-8?B?RG9taW5pYw==?=
Guest
 
Posts: n/a
Default RE: Sending user back

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

>
>

  Reply With Quote
Old 03-09-2007, 10:22 AM   #5
Andrew Murray
Guest
 
Posts: n/a
Default Re: Sending user back

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

>>
>>



  Reply With Quote
Old 03-09-2007, 10:50 PM   #6
=?Utf-8?B?RG9taW5pYw==?=
Guest
 
Posts: n/a
Default Re: Sending user back

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
> >>
> >>

>
>
>

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off