disable back and forward button
-
How to disable back and forward button in browser? Ashish K. Vyas
-
How to disable back and forward button in browser? Ashish K. Vyas
One of the best Method is Kill the session using Session.Abondon(); once user is logged out
Regards, Satips.:rose: Don't walk in front of me, I may not follow; Don't walk behind me, I may not lead; Walk beside me, and just be my friend. - Albert Camus
-
How to disable back and forward button in browser? Ashish K. Vyas
-
You can't disable the back button as far as I know, but you can add code in javascript so that when someone clicks back button, History + 1, so it will never go back. Google that :)
Hi, Can you send me that code(java script)and let me know where i need to add that code. thank you Ashish K. Vyas
-
Hi, Can you send me that code(java script)and let me know where i need to add that code. thank you Ashish K. Vyas
<script language="javascript"> history.forward(); </script>
Vasudevan Deepak Kumar Personal Homepage Tech Gossips
-
One of the best Method is Kill the session using Session.Abondon(); once user is logged out
Regards, Satips.:rose: Don't walk in front of me, I may not follow; Don't walk behind me, I may not lead; Walk beside me, and just be my friend. - Albert Camus
What the ...... ???? What does abandoning the session on the server-side have ANYTHING to do with the client-side's browser buttons??!?!?!?!?!
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007