M
Mike Brearley
I was wondering if there was an easy way to have a form set up so that when
the submit button is pressed, it goes to a confirmation page that contains a
back button that goes back to the page that called the form.
Basically, I'm looking at a scenario where 10 pages can call the form, but I
want to user to be able to click the back button and be returned to the page
they were on when they click on the link to the form.
I thought that maybe using javascript:history.go(-2) would work, but if the
form is reloaded for any reason, gaing back 2 pages goes back to the form.
--
Posted 'as is'. If there are any spelling and/or grammar mistakes, they
were a direct result of my fingers and brain not being synchronized or my
lack of caffeine.
Mike Brearley
the submit button is pressed, it goes to a confirmation page that contains a
back button that goes back to the page that called the form.
Basically, I'm looking at a scenario where 10 pages can call the form, but I
want to user to be able to click the back button and be returned to the page
they were on when they click on the link to the form.
I thought that maybe using javascript:history.go(-2) would work, but if the
form is reloaded for any reason, gaing back 2 pages goes back to the form.
--
Posted 'as is'. If there are any spelling and/or grammar mistakes, they
were a direct result of my fingers and brain not being synchronized or my
lack of caffeine.
Mike Brearley