oursmp Posted May 20, 2005 Posted May 20, 2005 Hi, We are working on a .NET application (ASP.NET/VB.NET). We need to suppress (disable) the 'Back' button in the menu of the browser. What is the way to do that? Thanks in advance oursmp Quote
IxiRancid Posted May 23, 2005 Posted May 23, 2005 Put this Javascript into <head></head> tags: <SCRIPT language="javascript">window.history.forward(1)</SCRIPT> Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.