Re: [PHP] Disabling the back button

2004-02-25 Thread Richard Davey
Hello Shaun, Wednesday, February 25, 2004, 3:25:41 PM, you wrote: S> Is it possible to disable the back button by showing a screen that says 'the S> page has expired' if it is ever pressed using my site? You might call that "disabling the back button" but I'd call it "annoying the hell out of th

RE: [PHP] Disabling the Back Button?

2002-03-30 Thread Demitrious S. Kelly
You could use sessions for the script... store a variable in the session when the page has been completed and make sure the script does not execute if the current session has the appropriate variable... -Original Message- From: David Johansen [mailto:[EMAIL PROTECTED]] Sent: Saturday, Ma

Re: [PHP] disabling the "back" button

2001-07-29 Thread Daniel Rezny
Hello Saquib, Monday, July 30, 2001, 8:19:51 AM, you wrote: SF> Hi all, SF> can anybody tell how do i disable the user's "back" button, i mean SF> that when he clicks the back button, in his browser, AFTER he has sigend SF> out or finished a transaction, he will get a message saying that