function message(){ window.alert("hello!"); }
<INPUT type="button" onClick="message();" value="Push!">