[PHP] Timer and submit button

2003-11-21 Thread Frank Tudor
I am trying to create a timer tha would prevent someone from clicking submit until the timer reaches zero. THe reason is to keep an individual on a page for a certain amount of time. Does anyone know the best way to do this? PHP? Javascript? Any examples? Frank

Re: [PHP] Timer and submit button

2003-11-21 Thread CPT John W. Holmes
From: Frank Tudor [EMAIL PROTECTED] I am trying to create a timer tha would prevent someone from clicking submit until the timer reaches zero. JavaScript. ---John Holmes... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Timer and submit button

2003-11-21 Thread RT
On Fri, 2003-11-21 at 10:51, Frank Tudor wrote: I am trying to create a timer tha would prevent someone from clicking submit until the timer reaches zero. THe reason is to keep an individual on a page for a certain amount of time. Does anyone know the best way to do this? PHP?

Re: [PHP] Timer and submit button

2003-11-21 Thread David T-G
Frank -- ...and then Frank Tudor said... % % I am trying to create a timer tha would prevent someone from % clicking submit until the timer reaches zero. 1) Javascript is your only hope to disable clicking through, as suggested by the other responders. 2) It can still be defeated. How