Re: [PHP-WIN] Re: Newbie - Form Submission Question

2002-08-18 Thread Joachim Krebs
As far as I know, each tag can only have one action that is executed by any submit buttons in that form. You can however use the Javascript modifier onClick="" to call different javascript functions with each button. Where you go from there I don't know. If it were to me, I would have both button

[PHP-WIN] Re: Newbie - Form Submission Question

2002-08-18 Thread theN
Then wrote: Hi I've a FORM like this on addhome.html -- User Name: Password: The idea is when the user clicks on the button "name=butloginusr" the next page prints Logged In User along with the values of the $username & $password OR when the user clicks button "name=butmakeusr" the next page