Back Forward Locking
-
Dear All, I developed an ASP application which has so many pages including some secure Pages. I want to maintain security, so that any user using the application can not use the BACK and FORWARD options of IE(Internet explorer). I appreciate any Help :) With Regards Manoj
-
Dear All, I developed an ASP application which has so many pages including some secure Pages. I want to maintain security, so that any user using the application can not use the BACK and FORWARD options of IE(Internet explorer). I appreciate any Help :) With Regards Manoj
Add the following javascript to your page. window.history.forward(1); This will only prevent the user from going back. If they can't go back then the foward tab will memained disabled. "People who never make mistakes, never do anything." My Blog