Friday, 12 July 2013

Disable Back Button after Logout


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

No comments:

Post a Comment