How do i avoid this.Pls help me with the code Code needs to trigger only after LOGOUT .The user must be able to go back n see previous page if he has to make any changes while he's loged in.
<script> function goForward() { window.history.forward() } </script>
<button onclick="goForward()">Click</button>
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)