<html><head> </head><body> <button id="mybutton">кнопка</button> <script language="javascript"><!-- document.getElementById('mybutton').onclick = function() { alert('Клик') } //--></script> </body></html>