how to make a field in html uneditable code example Example: readonly attribute in html by javascript document.getElementById("yourID").readOnly = true;