> I think the best way to do this on the server side is to name the
> submit buttons - only the one pressed gets passed on to the server
> side, so you can check for this to decide how to handle the form
> submission.

Jepp, thats the best solution if you work with the Input-Submit-
Buttons (<input type="submit...).
This way you don't need any JavaScript.

If you Using Button-Submit-Buttons (*g*) (<button type="submit...),
you might encounter problems with Internet Explorer (6 i think) ... he
submits all buttons, not only the pressed one...


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to