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.

Reply via email to