Browser Back Button

S

SPG

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
 
T

Thomas A. Rowe

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

SPG

Thanks Thomas for the quick reply.

Sam

Thomas A. Rowe said:
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
==============================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top