[PHP] How to disable browser's back- and refresh-Button

2004-04-19 Thread Marco Schuler
Hi I want to prevent the user to use the browser's back-/refresh-button in my multipage registration form (as well as in other forms). How can I do this? Thanks for your help! -- Regards Marco -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] How to disable browser's back- and refresh-Button

2004-04-19 Thread John Nichel
Marco Schuler wrote: Hi I want to prevent the user to use the browser's back-/refresh-button in my multipage registration form (as well as in other forms). How can I do this? Thanks for your help! You can't with PHP. -- *** *

Re: [PHP] How to disable browser's back- and refresh-Button

2004-04-19 Thread John W. Holmes
From: Marco Schuler [EMAIL PROTECTED] I want to prevent the user to use the browser's back-/refresh-button in my multipage registration form (as well as in other forms). How can I do this? You don't. I decide when I want to go back and/or refresh, not you. You need to program your application

Re: [PHP] How to disable browser's back- and refresh-Button

2004-04-19 Thread Marco Schuler
Hi Am Mo, 2004-04-19 um 17.18 schrieb John Nichel: Marco Schuler wrote: Hi I want to prevent the user to use the browser's back-/refresh-button in my multipage registration form (as well as in other forms). How can I do this? Thanks for your help! You can't with PHP. It's

Re: [PHP] How to disable browser's back- and refresh-Button

2004-04-19 Thread Marco Schuler
Hi Am Mo, 2004-04-19 um 17.25 schrieb John W. Holmes: From: Marco Schuler [EMAIL PROTECTED] I want to prevent the user to use the browser's back-/refresh-button in my multipage registration form (as well as in other forms). How can I do this? You don't. I decide when I want to go back

Re: [PHP] How to disable browser's back- and refresh-Button

2004-04-19 Thread Elfyn McBratney
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Marco, On Monday 19 Apr 2004 16:39, Marco Schuler wrote: Hi Am Mo, 2004-04-19 um 17.18 schrieb John Nichel: Marco Schuler wrote: Hi I want to prevent the user to use the browser's back-/refresh-button in my multipage

Re: [PHP] How to disable browser's back- and refresh-Button

2004-04-19 Thread John Nichel
Marco Schuler wrote: Hi Am Mo, 2004-04-19 um 17.25 schrieb John W. Holmes: From: Marco Schuler [EMAIL PROTECTED] I want to prevent the user to use the browser's back-/refresh-button in my multipage registration form (as well as in other forms). How can I do this? You don't. I decide when I want

Re: [PHP] How to disable browser's back- and refresh-Button

2004-04-19 Thread James E Hicks III
On Monday 19 April 2004 12:22 pm, Marco Schuler wrote: Hi I want to prevent the user to use the browser's back-/refresh-button in my multipage registration form (as well as in other forms). How can I do this? If you look back in the archives of this list you will see the way that I did

RE: [PHP] How to disable browser's back- and refresh-Button

2004-04-19 Thread Hawkes, Richard
April 2004 17:40 To: [EMAIL PROTECTED] Subject: Re: [PHP] How to disable browser's back- and refresh-Button Hi Am Mo, 2004-04-19 um 17.18 schrieb John Nichel: Marco Schuler wrote: Hi I want to prevent the user to use the browser's back-/refresh-button in my multipage registration form

Re: [PHP] How to disable browser's back- and refresh-Button

2004-04-19 Thread Arthur Pelkey
=javascript:openWindow('whatever.html')WHATEVER!/a /body /html -Original Message- From: Marco Schuler [mailto:[EMAIL PROTECTED] Sent: 19 April 2004 17:40 To: [EMAIL PROTECTED] Subject: Re: [PHP] How to disable browser's back- and refresh-Button Hi Am Mo, 2004-04-19 um 17.18 schrieb John Nichel

RE: [PHP] How to disable browser's back- and refresh-Button

2004-04-19 Thread Chris W. Parker
Hawkes, Richard mailto:[EMAIL PROTECTED] on Monday, April 19, 2004 8:31 AM said: Yes, I think unconstructive e-mails are a little rude aren't they? i agree... but i didn't see any unconstructive emails. did you? So here's a bit of JavaScript that removes everything! I'll let you fiddle

Re: [PHP] How to disable browser's back- and refresh-Button

2004-04-19 Thread John Nichel
Hawkes, Richard wrote: Yes, I think unconstructive e-mails are a little rude aren't they? As opposed to asking an offtopic question to which there are hundreds of answers to if one would just ask on the right list or, (perish the thought) go to http://www.google.com? So here's a bit of

Re: [PHP] How to disable browser's back- and refresh-Button

2004-04-19 Thread Richard Davey
Hello Marco, Monday, April 19, 2004, 5:22:26 PM, you wrote: MS I want to prevent the user to use the browser's back-/refresh-button in MS my multipage registration form (as well as in other forms). How can I do MS this? There is NO foolproof way to do this. You can open your form in a new

[PHP] How to disable browser's back button, refresh button and multiple clicks of submit buttons using PHP.

2004-04-19 Thread James E Hicks III
This is the only way that I have been able to insure that the users can not use any of the bad buttons (back,refresh,double-click submit). The java-script solutions will only work for users that have java-script enabled. I put the following in my authenticate.php which is included at the top of

Re: [PHP] How to disable browser's back button, refresh button and multiple clicks of submit buttons using PHP.

2004-04-19 Thread Marco Schuler
Hi James Thanks for your realy constructive post! I'll try that out and maybe come back with some questions (hopefully not) :-) -- Regards Marco Am Mo, 2004-04-19 um 19.42 schrieb James E Hicks III: This is the only way that I have been able to insure that the users can not use any of the