Make the default button a submit button
<input typ=submit name="btnname" value="Submit">
and the other buttons
<input type="button" name="btnName" value="whatever">
By default, when the user presses enter, the submit button is the one that is activated.