As far as I know, each <form> 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 buttons submit to the same script and go there.

With the onClick modifier - An example which will open a Javascript
alert box:
<input type="button" onClick="javascript:alert('This is an onClick test');">

theN wrote:

With regards to my original post, could you kindly give your input on
the following --
* Can I remove the attribute "action=log_make.php" and assign individual
scripts to each of the buttons? When I tried this the server said I
could not do a POST on address/addhome.html.

Thanks and Regards
theN



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to