<script type = "text/javascript" >
function disableBackButton() {
window.history.forward();
}
setTimeout("disableBackButton()", 0);
</script>
Add this in masterpage
function disableBackButton() {
window.history.forward();
}
setTimeout("disableBackButton()", 0);
</script>
Add this in masterpage
No comments:
Post a Comment