BUTTON vs INPUT TYPE=BUTTON

<BUTTON>

(Input...but not technically an "input" since it's an extension of the dtd.)

<INPUT TYPE=BUTTON>

<INPUT TYPE=SUBMIT>

Note: While the target form handler isn't functioning, you'll have to look in the query string a submit from any of these forms generates in order to see the values getting passed to the server.

Additional (aka "Better") Info