Tuesday, 16 July 2013

Disable Back Button after Logout

  <script type = "text/javascript" >
        function disableBackButton() {
            window.history.forward();
        }
        setTimeout("disableBackButton()", 0);
     
</script>

Add this in masterpage

No comments:

Post a Comment