No, you could use input type of button, but you'd have to find a way to get the variables to the server. Be it form submition, opening a new window, whatever. The server can't do the update until you tell it what it update, and a button click is client side, not server side. The server has no way to know if some random button has been clicked on a users browser.