I wouldn't want the user to use the History.Back option in a page by presssing backspace or on the popup menu.....back.. is there any method by whcih i can prevent the user from using history.back
Disable history.back
Collapse
X
-
In ASP the best way to do this is to check for where a user has been at the top of every script (or in the global controls). you might consider using session variables etc. Let me know if this helps.Originally posted by GyanchandI wouldn't want the user to use the History.Back option in a page by presssing backspace or on the popup menu.....back.. is there any method by whcih i can prevent the user from using history.back
Jared
Comment