Re: Re[2]: [PHP] Re: Form Submission

2004-07-07 Thread Torsten Roehr
"Justin Patrin" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Wed, 7 Jul 2004 10:06:25 +0200, Torsten Roehr <[EMAIL PROTECTED]> wrote: > > "Curt Zirzow" <[EMAIL PROTECTED]> wrote in message > > news:[EMAIL PROTECTED] > > > * Thus wrote Torsten Roehr: > > > > > > > > > > > > How d

Re: Re[2]: [PHP] Re: Form Submission

2004-07-07 Thread Justin Patrin
On Wed, 7 Jul 2004 10:06:25 +0200, Torsten Roehr <[EMAIL PROTECTED]> wrote: > "Curt Zirzow" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > * Thus wrote Torsten Roehr: > > > > > > > > > > How do you check which button was pressed (read: which action should > be > > > > > performed

Re: Re[2]: [PHP] Re: Form Submission

2004-07-07 Thread Torsten Roehr
"Curt Zirzow" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > * Thus wrote Torsten Roehr: > > "Curt Zirzow" <[EMAIL PROTECTED]> wrote in message > > news:[EMAIL PROTECTED] > > > * Thus wrote Torsten Roehr: > > > > > > And if it did, which one does it send? If there are multiple > > >

Re: Re[2]: [PHP] Re: Form Submission

2004-07-07 Thread Curt Zirzow
* Thus wrote Torsten Roehr: > "Curt Zirzow" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > * Thus wrote Torsten Roehr: > > > > And if it did, which one does it send? If there are multiple > > buttons on a page, does it send the one closest to the focused > > item? or does it sen

Re: Re[2]: [PHP] Re: Form Submission

2004-07-07 Thread Torsten Roehr
"Curt Zirzow" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > * Thus wrote Torsten Roehr: > > > > > > > > How do you check which button was pressed (read: which action should be > > > > performed) when not relying on this? > > > > > > > > > > The button is generally *not* sent by the

Re: Re[2]: [PHP] Re: Form Submission

2004-07-06 Thread Curt Zirzow
* Thus wrote Torsten Roehr: > > > > > > How do you check which button was pressed (read: which action should be > > > performed) when not relying on this? > > > > > > > The button is generally *not* sent by the browser if you hit enter > > instead of submit. This *will* happen, so you have to deal

Re: Re[2]: [PHP] Re: Form Submission

2004-07-06 Thread Justin Patrin
On Tue, 6 Jul 2004 21:19:35 +0200, Torsten Roehr <[EMAIL PROTECTED]> wrote: > "Justin Patrin" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > On Tue, 6 Jul 2004 18:15:17 +0200, Torsten Roehr <[EMAIL PROTECTED]> > wrote: > > > "Richard Davey" <[EMAIL PROTECTED]> wrote in message >

Re: Re[2]: [PHP] Re: Form Submission

2004-07-06 Thread Torsten Roehr
"Justin Patrin" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Tue, 6 Jul 2004 18:15:17 +0200, Torsten Roehr <[EMAIL PROTECTED]> wrote: > > "Richard Davey" <[EMAIL PROTECTED]> wrote in message > > news:[EMAIL PROTECTED] > > > Hello Jason, > > > > > > Tuesday, July 6, 2004, 2:37:08

Re: Re[2]: [PHP] Re: Form Submission

2004-07-06 Thread Justin Patrin
On Tue, 6 Jul 2004 18:15:17 +0200, Torsten Roehr <[EMAIL PROTECTED]> wrote: > "Richard Davey" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > Hello Jason, > > > > Tuesday, July 6, 2004, 2:37:08 PM, you wrote: > > > > JW> It might not be a good idea to rely on the "submit" button t

Re: Re[2]: [PHP] Re: Form Submission

2004-07-06 Thread Torsten Roehr
"Richard Davey" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello Jason, > > Tuesday, July 6, 2004, 2:37:08 PM, you wrote: > > JW> It might not be a good idea to rely on the "submit" button to be set. Some > JW> browsers do not set/send it if you didn't explicitly click on the "su

Re[2]: [PHP] Re: Form Submission

2004-07-06 Thread Richard Davey
Hello Jason, Tuesday, July 6, 2004, 2:37:08 PM, you wrote: JW> It might not be a good idea to rely on the "submit" button to be set. Some JW> browsers do not set/send it if you didn't explicitly click on the "submit" JW> button. I would use: Absolutely. If you hit ENTER to submit a form (rather