Does anyone know how to write a code such that when you log on to PAGE B FROM PAGE A, you click the back button on PAGE B to return to page A it will not link back to page A from, it will link another page.
If I understand correctly, your trying to change the way in which the browser operates. You cant actually alter the back buttons action.
However, you can emulate the same action. If the user returns the the page via the back button, you will be able to see that they have already logged in and redirect them to another page from the server.
That is exactly what i want to do. However i do not know how to code in such away when the backbutton on the browser(not the webpage) is click it will redirect to the next page.
What is the code for button button on the backbutton is clicked?
Thank alot
I have seen certain website that able to make such feature that when the back button is click it will redirect the user to another page instead the previous one. How did they do it?
Bookmarks