Javascript possible to history.go(-3) alert box
I know the javascript history.go saves the previous 5 urls in history.
I have an alert box before the users goes back 3 pages (not 1). I want to
display the url in the alert box and ask them if they are sure they want
to go back to that page which is 3 steps back in history.
Anyone knows how i could achieve this ?
Using PHP : $_SERVER['HTTP_REFERER']; is no option for me since I want to
go 3 pages back and not simply 1.
No comments:
Post a Comment