document.getElementById('myButton').onclick = function() { document.getElementById('myInput').removeAttribute('readonly'); };