javascript set all input readonly code example Example: readonly attribute in html by javascript document.getElementById("yourID").readOnly = true;