Possible Duplicate:
Disable browser's back button
i have one button on page
on that button click event page will redirect on the next page
now i click on the browser back button
but i want to restrict browser back button for some security purpose
does any one know how to block browser back button so that page can not redirect to previous page?
Do not disable expected browser behaviour and you can handle the possiblity at your end, but if you really want to do so,
there is one work around here…