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();"> -- Adam Voigt [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php