<script type="text/JavaScript">
<%-- Browser Back Button Disable--%>
function disableBackButton() {
window.history.forward();// this line is enough
}
setTimeout("preventBack()", 0);
window.onunload = function () { null };
</script>
<%-- Browser Forward Button Disable--%>
window.history.forward(1);
<%-- Browser Back Button Disable--%>
function disableBackButton() {
window.history.forward();// this line is enough
}
setTimeout("preventBack()", 0);
window.onunload = function () { null };
</script>
<%-- Browser Forward Button Disable--%>
window.history.forward(1);
No comments:
Post a Comment