
December 3rd, 1999, 11:33 PM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
Hi,
Thanks for your help, but I figured out how to do it finally. You're right, you can't change what the back button does, but you can overwrite the last page in the history with the current page.
You just put
location.replace('whatever_url_you_are_forwarding_to');
and the last url will be wiped out of memory so when the back button is hit it will 'effectively' go back 2 pages.
Hope this helps someone.
|