How can I do something like this:

Code:
<form>
Do you want to delete blah?<br>
<input type="submit" value=" Yes "><input type="submit" value=" No ">
</form>
So that I can have two buttons that submit the for, but each has a differen't value?