There are a few differences.
Disabled: – Greys out text, and is non-selectable.
Readonly: – Looks the same, you just cant change the text.
1 2 3 4 |
<input type='text' size='44' value='Name' readonly> <input type='text' size='44' value='Name' disabled> |