[PHP] RE: [PHP-WIN] Re: [PHP] confirm box

2002-10-09 Thread Davy Obdam
Mailinglist Subject: [PHP-WIN] Re: [PHP] confirm box Hi there, > echo " > "; > //The rest of my form > I am not exactly sure about this but I think you have to define the onSubmit with a return, otherwise it will always fall through, onSubmit only fails the submission if it

Re: [PHP] confirm box -----> Resolved by E M I N

2002-10-09 Thread EMIN CALIKLI
m.com>Mailinglist" <[EMAIL PROTECTED]> cc: (bcc: EMIN CALIKLI/FINANSBANK) 09.10.2002 Subject: [PHP] confirm box

Re: [PHP] confirm box -----> Resolved by E M I N

2002-10-09 Thread EMIN CALIKLI
m.com>Mailinglist" <[EMAIL PROTECTED]> cc: (bcc: EMIN CALIKLI/FINANSBANK) 09.10.2002 Subject: [PHP] confirm box

Re: [PHP] confirm box

2002-10-09 Thread Holger Heinze, Portalmeister GmbH
Message - From: "Davy Obdam" <[EMAIL PROTECTED]> To: "PHP Mailinglist" <[EMAIL PROTECTED]>; "PHP-WIN Mailinglist" <[EMAIL PROTECTED]> Sent: Wednesday, October 09, 2002 4:17 PM Subject: [PHP] confirm box > Hi people, > > Maybe a bit off-topi

Re: [PHP] confirm box

2002-10-09 Thread Archibald Zimonyi
Hi there, > echo " > "; > //The rest of my form > I am not exactly sure about this but I think you have to define the onSubmit with a return, otherwise it will always fall through, onSubmit only fails the submission if it returns a false value, otherwise it will always continue. Add the follow

[PHP] confirm box

2002-10-09 Thread Davy Obdam
Hi people, Maybe a bit off-topic, but i thought lets ask anyway. I have a guestbook admin page were i can delete multiple items from the database using checkboxes. So when i click on the Submit button i would like a javascript confirm box coming up. I have done that, but it deletes the item(s) an