On Thu, 31 May 2001, Alin Simionoiu wrote:
> You don't need to use an application.
> All you need to do is to use a little Javascript in you're generated page.
> Look at all the warez pages that has right-click functionality overwrited.
> You can do the same think that they do..
The point, as a couple of people were trying to suggest, is that you
shouldn't try to klduge things up to disable the user from doing
something that will make your application behave badly, but rather,
you should fix your application so that it won't behave badly even if
the user does those things.
In the case of someone using BACK (or whatever) to return to a page of
your application, you need to somehow detect that that has happened
and handle it appropriately. Storing something in the session would
be one way to do this.
> ----- Original Message -----
> From: "Stephen Oakes" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, May 31, 2001 10:11 PM
> Subject: RE: How to disable Backspace Button in the Keyboard
>
>
> >
> > > I think you can overwrite the document.back call from browser.
> > > So, if somebody want to go back using backspace or
> > > right-click Go back it
> > > will call you're function wich basicaly is not doing anything.
> > > Right?
> >
> > Possibly. In general though, I wouldn't want to use an application which
> > disabled my normal browsing functionality.
> >
> > --
> > Stephen Oakes
> >
>
Milt Epstein
Research Programmer
Software/Systems Development Group
Computing and Communications Services Office (CCSO)
University of Illinois at Urbana-Champaign (UIUC)
[EMAIL PROTECTED]