Created
October 25, 2017 14:23
-
-
Save prabhatkashyap/8b9a8f13102e6895965f7aded25bac03 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript"> | |
window.history.forward(); | |
function noBack() { window.history.forward(); } | |
</script> | |
</head> | |
<body onload="noBack();" | |
onpageshow="if (event.persisted) noBack();" onunload=""> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment