How can I make my website to load other web page when user hits browser back button ?
Reload webpage
Collapse
X
-
Not just pretty much. The back button is controlled by the browser program and you have no access to it.Comment
-
Actaully....... in JavaScript you can create a function that when the user clicks a button or whatever you have the onClick attribute on. It will take the user back to the very last page visited.
If that's what you're looking for ask over in the JavaScript forum.
Thanks, DeathComment
-
i think (s)he is asking exclusively for the back button supplied by the browser.Originally posted by Death SlaughtActaully....... in JavaScript you can create a function that when the user clicks a button or whatever you have the onClick attribute on. It will take the user back to the very last page visited.
If that's what you're looking for ask over in the JavaScript forum.
Thanks, DeathComment
-
Comment