Input Elements: disabled vs. readOnly
Posted on: Oct 9th 2007 | Posted by: Rolan |
Disabled and readOnly input elements both prevent its data from being changed (at least via the user).
But a disabled input element’s data is not sent with other data when the form is submitted. Could’ve saved me that extra 30-minute debugging time.
Filed in: Daily, Reminders, WebDev |








