wriite this code in Head Tag of Default.aspx page ::
<script type="text/javascript">
function disablebackButton()
{
window.history.forward(0);
}
setTimeout("disablebackButton(
</script>
and write this code in in a Body Tag as a attribute of Body Tag:::
<body onload="disablebackButton()">
No comments:
Post a Comment