DISABLED: disabled field values can't be editable, and when we submit the form disabled field values will not be submitted. this property works for all html controls, when we move the control using tab, disabled controls will not get the focus.
READONLY : readonly field values can't be editable, readonly property does not work with drop downs. when we move the control with tab, readonly control gets the focus, but we can't type/edit in that field
DISABLED: disabled field
Tue, 06/01/2010 - 21:29 — adminDISABLED: disabled field values can't be editable, and when we submit the form disabled field values will not be submitted. this property works for all html controls, when we move the control using tab, disabled controls will not get the focus.
READONLY : readonly field values can't be editable, readonly property does not work with drop downs. when we move the control with tab, readonly control gets the focus, but we can't type/edit in that field