Backspave button - disable

  • Thread starter Thread starter Dmitri Shvetsov
  • Start date Start date
D

Dmitri Shvetsov

Hi All,

Is it possible to disable the backspace button in browser? I wrote a login
page, then after login I can allow the user to work in the session. I don't
want to allow the user to return back using browser features. If he needs to
return back he could press a designed button. Using the standard Backspace
button can destroy the usual flow of the program and database filling, even
cause some problems on the login page if the user returns back to it from
his started sessions.

But how can I block this button or maybe replace this feature by something
else, maybe pop-up windows with some information.

Dmitri.
 
Dmitri Shvetsov said:
Hi All,

Is it possible to disable the backspace button in browser? I wrote a login
page, then after login I can allow the user to work in the session. I don't
want to allow the user to return back using browser features. If he needs to
return back he could press a designed button. Using the standard Backspace
button can destroy the usual flow of the program and database filling, even
cause some problems on the login page if the user returns back to it from
his started sessions.

But how can I block this button or maybe replace this feature by something
else, maybe pop-up windows with some information.

Dmitri.

About 5 seconds spent typing "back button page expire" into google returned
this article:

http://www.4guysfromrolla.com/webtech/111500-1.shtml

Erik
 
Back
Top