"Adam Voigt" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> On Fri, 2004-05-07 at 13:47, Torsten Roehr wrote:
> >
> > This is more of a HTML than a PHP question, but anyway:
> > It doesn't matter where you put the buttons as long as they are INSIDE
the
> > form-tag and have different names.
> >
>
> Actually you don't even have to have names for the buttons, for example:
>
> <input type="button" value="Whatever" onclick="javascript:doit();">
>
> <input type="button" value="Whatever" onclick="javascript:doit2();">

I see your point but why using Javascript where it's not required?

Regards, Torsten

>
>
> --
>
> Adam Voigt
> [EMAIL PROTECTED]

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

Reply via email to