Site icon Sibeesh Passion

Disable the back button of a browser

Add this script to head section of that particular page.
[js]
<script language="javascript" type="text/javascript">
window.history.forward();
</script>
[/js]

Exit mobile version