cancel
Showing results for 
Search instead for 
Did you mean: 

Back Button

0 Kudos

hi ,

in a webapplication, can we do any manipulations on click of back button(how to get the back button clickevent)

thanks

karthick

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

http://www.htmlgoodies.com/tutorials/buttons/article.php/3478911

It's really best to avoid a design dependant on the back button if possible

0 Kudos

hi,

In some of the secured applications like banking applications,if the user clicks the back button,he will get error messages like "Your Session has expired"...can anyone say me how they are getting the back button click event.....

sufw
Active Participant
0 Kudos

This sounds to me like this is being done server-side, using sessions and/or cookies...

I agree as well that it is a bad idea to try to attach code to the browser's back button. Not only will this drive a lot of users mad (me included), you probably will have to change your code every time a user's browser is updated. And what do you do when your users don't use the company "standard" browser??? To me, there would have to be a better solution...

Answers (0)