I believe multiple submit buttons only send off the information for the 
form they are a part of.  If you have multiple forms, clicking one submit 
button will only get you that form sent off.

At 10:18 22.05.2001 -0700, you wrote:
>In the html:
><input type="submit" value="add"><input type="submit" value="sub">
>
>the 'value' attribute just set's up what the button text is, not a unique
>identifier for the button, so like tdk wrote, you need a name attribute to
>get the behavior you want.

Aaron Craig
Programming
iSoftitler.com

Reply via email to