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.
- Multiple submit buttons CGI question David Gilden
- Re: Multiple submit buttons CGI question Timothy Kimball
- RE: Multiple submit buttons CGI question Peter Cornelius
- RE: Multiple submit buttons CGI question Aaron Craig
- RE: Multiple submit buttons CGI question Peter Cornelius
- RE: Multiple submit buttons CGI question Timothy Kimball