document.onload=function(){ var a = document.getElementById('but'); a.onclick = function () { alert('!!!'); } }