Hi,
I use an internal web application that someone else coded.
Once I have navigated to URL for this web app (from whenever I was) I can
never go back to where I came from...which is very frustrating.
The developers of the web app say that the back button processing has been
overridden and it
There are a couple of ways of putting links on your page which mimic the
back button that I know of.
One is by using JavaScript, history.back() is what you will want to use. If
you don't want to use JavaScript it is possible through code, well with .Net
at least. You can easily access the
On Jan 17, 2008, at 5:11 AM, Jamie Stewart wrote:
One is by using JavaScript, history.back() is what you will want to
use. If you don't want to use JavaScript it is possible through
code, well with .Net at least. You can easily access the
UrlRefferer which gives you the full URL of the