Browser Back Button
Using FP 2003 and Access. One asp page goes to another asp page that is
loaded strictly via vbscipt. The selection from that page goes to an htm
page. I know I can put in my own back button, but most users will attempt
to use the browser button. So, how do I get the browser back button to
return to the 1st asp page instead of erroring out by trying to go to the
2nd asp page that is vbscript loaded ?
Thanks,
Sam
Re: Browser Back Button
You can't. You have to provide a JavaScript History back link or make sure all pages are .asp and
then use scripting to set a return link.
--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
http://www.Ecom-Data.com
==============================================
"SPG" <nomail [at] nomail.com> wrote in message news:eV42Hx6TIHA.4196 [at] TK2MSFTNGP04.phx.gbl...
> Using FP 2003 and Access. One asp page goes to another asp page that is loaded strictly via
> vbscipt. The selection from that page goes to an htm page. I know I can put in my own back
> button, but most users will attempt to use the browser button. So, how do I get the browser back
> button to return to the 1st asp page instead of erroring out by trying to go to the 2nd asp page
> that is vbscript loaded ?
>
> Thanks,
>
> Sam
>
>
Re: Browser Back Button
Thanks Thomas for the quick reply.
Sam
"Thomas A. Rowe" <tarowe [at] mvps.org> wrote in message
news:uVatsc8TIHA.1184 [at] TK2MSFTNGP04.phx.gbl...
> You can't. You have to provide a JavaScript History back link or make sure
> all pages are .asp and then use scripting to set a return link.
>
> --
> ==============================================
> Thomas A. Rowe
> Microsoft MVP - FrontPage
>
> http://www.Ecom-Data.com
> ==============================================
>
>
> "SPG" <nomail [at] nomail.com> wrote in message
> news:eV42Hx6TIHA.4196 [at] TK2MSFTNGP04.phx.gbl...
>> Using FP 2003 and Access. One asp page goes to another asp page that is
>> loaded strictly via vbscipt. The selection from that page goes to an htm
>> page. I know I can put in my own back button, but most users will
>> attempt to use the browser button. So, how do I get the browser back
>> button to return to the 1st asp page instead of erroring out by trying to
>> go to the 2nd asp page that is vbscript loaded ?
>>
>> Thanks,
>>
>> Sam
>>
>>
>
>
>