How to prevent a browser from going back/forward in history ?

 

 How to prevent a browser from going back/forward in history


     This code past in between <head>-----</head>  tag.

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




Post a Comment

Previous Post Next Post