| Author: Gaurav Agrawal 01 Nov 2008 | Member Level: Diamond | Rating:   Points: 3 |
use this code for stop back button of browser
<script type="text/javascript" language="javascript"> javascript:window.history.forward(1); </script>
GA
Thanks & Regards,
Gaurav Agrawal Sr.Software Engineer gaur1982@yahoo.com 09829373514
|
| Author: Miss Meetu Choudhary 01 Nov 2008 | Member Level: Diamond | Rating:   Points: 3 |
You can make use of history.forward like this
<script type="text/javascript" language="javascript"> javascript:window.history.forward(1); </script>
or on page load you can check wheter the session is on or not and can redirect the page accordingly
++ Thanks and Regards Meetu Choudhary
Thanks and Regards Miss Meetu Choudhary (Site Coordinator) Go Green Save Green My Profile on Google
|
| Author: ChandraShekar Thota 02 Nov 2008 | Member Level: Diamond | Rating:  Points: 2 |
use session.abandon
also u have to use javascript to disable back button
y dont you just redirect to anothe page so that he cannot go back again.
chandrashekarthota@gmail.com /92 93 95 95 39 FREE SESSIONS ON .NET AND VISUALSTUDIO
|