<input type="hidden" name="thingy" value="" /> <input type="submit" value="submit1" onclick="document.forms[0].elements['thingy'].value = 'submit1 clicked';return true;" /> <input type="submit" value="submit2" onclick="document.forms[0].elements['thingy'].value = 'submit2 clicked';return true;" />
Last Updated on December 23, 2016