[Racine des codes] [Page précédente]

input readonly disabled

/Html JavaSript/html/input readonly disabled.html
<ul>
<li>Readonly elements are still submitted with the form.
<li>Disabled elements are read-only elements with the added restrictions that the values are not submitted with the form.
<ul>
[edit]