$HTTP_REFERER will show me the link to the last page... however, is there a way to reference the last cached page (on the client)?
I want to add a message to my error page which says something like:
"Press your browser back button to return and make the necessary changes."
However, I want to also add my own back button to the bottom of the page, as an alternative (intuitive) option. But I don't want to call the URL.
And, I don't want to rely on Java.
Thanks.
Jason