News

<form method="POST" action="/action"> <input type="submit" value="Submit the form" onclick="alert('hello!'); return false;" /> </form> With the onclick handler in place, the button now opens a ...