To Prevent Back in Browser
history.pushState(null, null, 'PageName');
window.addEventListener('popstate', function (event) {
history.pushState(null, null, 'PageName');
});
PageName-Name of page to remove back
A Blog For Passionate Dot net Developers
history.pushState(null, null, 'PageName');
window.addEventListener('popstate', function (event) {
history.pushState(null, null, 'PageName');
});
Comments
Post a Comment