PDA

View Full Version : Disable 'Back' button in the browser menu


oursmp
05-20-2005, 10:04 AM
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

jason_limwk
08-01-2005, 10:12 PM
u may try this in ur html tag


<body MS_POSITIONING="GridLayout" onload="history.go(+1)">

beware of the 2 body tag..
if this happens... u merge the body tag into one ok?
u try it and c the result...
do let me noe the result~
jasonlimwk@gmail.com

JVRudnick
08-11-2005, 09:44 AM
good for you Jason...

In classic ASP, I was always taught that you can NOT modify the BACK button in any way shape or form....

I'm gonna give that a try!

:yes:

Jim