Asp.Net4u
The World of .Net
Tuesday, November 9, 2010
Various Ways to Avoid Back Button Of Browser
Right away, the best possible solution I have is to force the 'back'
button to forward it to the current page. The JavaScript snippet I am
using is:
<script language="JavaScript">
javascript
:window.history.forward(1);
</script>
Newer Posts
Home
Subscribe to:
Posts (Atom)