How to hide Browser Back and Forward Button?

function disableBackButton()
{
window.history.forward();
}
setTimeout(“disableBackButton()”, 0);

1. And Go to Html Page

2.  Put the body onunload section area Below Code :

<body onUnLoad = “disableBackButton();”>

🙂

Leave a Reply

© 2020 Spirituality