HTML Attribute for <BUTTON ...>
onClick ="script command(s)"

onClick indicates the script commands to run when the user clicks on the button. onClick works just like <INPUT onClick="...">.

<BUTTON NAME="..."> >