
How to disable the back and forward button in firefox browser. Is there any property having or any jquery function is having to solve this problem?
In browser having back button and forward button to help navigate the pages. But, in my application having 2 pages whenever am logged we are redirecting Home Page. In that( Home Page ) want to disable the back button. i am tried by using the jquery function like
<SCRIPT type="text/javascript"> window.history.forward(); function noBack() { window.history.forward(); } </SCRIPT> </HEAD> <BODY onload="noBack();" onpageshow="if (event.persisted) noBack();" onunload="">
................
It's helping to not redirecting the previous page but Home page refreshing. So i want to avoid the refreshing the pages for that want to disable the back button.........
Τροποποιήθηκε στις