I am trying to find a way of putting a button on a webpage to go back to
the previous page. I cannot use a hyperlink I don't think as I am linking
out of a results list to display a record and want to go back to the list
(returning to the page in the list I left to display the record)

Would be appreciative of anything that may help me solve this

Re: how do i go back to the last page without using a link by Steve

Steve
Sat Aug 26 12:15:35 CDT 2006

<a href="javascript:history.go(-1)">GO BACK</a>


--
Steve Easton
Microsoft MVP FrontPage
FP Cleaner
http://www.95isalive.com/fixes/fpclean.htm
Hit Me FP
http://www.95isalive.com/fixes/HitMeFP.htm

"Ruffred" <Ruffred@discussions.microsoft.com> wrote in message
news:55D06DC5-66A1-429F-A7E0-77882F6DDC48@microsoft.com...
>I am trying to find a way of putting a button on a webpage to go back to
> the previous page. I cannot use a hyperlink I don't think as I am linking
> out of a results list to display a record and want to go back to the list
> (returning to the page in the list I left to display the record)
>
> Would be appreciative of anything that may help me solve this
>
>



Re: how do i go back to the last page without using a link by Murray

Murray
Sat Aug 26 13:03:42 CDT 2006

That's a link allright....

--
Murray
--------------
MVP FrontPage


"Steve Easton" <admin@95isalive.com> wrote in message
news:uoPYlNTyGHA.4204@TK2MSFTNGP04.phx.gbl...
> <a href="javascript:history.go(-1)">GO BACK</a>
>
>
> --
> Steve Easton
> Microsoft MVP FrontPage
> FP Cleaner
> http://www.95isalive.com/fixes/fpclean.htm
> Hit Me FP
> http://www.95isalive.com/fixes/HitMeFP.htm
>
> "Ruffred" <Ruffred@discussions.microsoft.com> wrote in message
> news:55D06DC5-66A1-429F-A7E0-77882F6DDC48@microsoft.com...
>>I am trying to find a way of putting a button on a webpage to go back to
>> the previous page. I cannot use a hyperlink I don't think as I am
>> linking
>> out of a results list to display a record and want to go back to the list
>> (returning to the page in the list I left to display the record)
>>
>> Would be appreciative of anything that may help me solve this
>>
>>
>
>