document.getElementById('buttonid').onclick = function() { document.getElementById('divid').innerHTML = 'new content'; return false; }