Que. How to disable back button of your browser window through java script?
Ans.
Ans.
<head>
<SCRIPT type="text/javascript">
window.history.forward();
function noBack() { window.history.forward(); }
</SCRIPT>
window.history.forward();
function noBack() { window.history.forward(); }
</SCRIPT>
</head>
<body onload="noBack()" onunload="">
No comments:
Post a Comment