what is the code to disable an INPUT text box for HTML?
Thanks
|
|
See the HTML 4.01 spec for more information on form inputs. |
||||
|
|
This will make a text box in readonly mode, might be helpful in generating passwords and datepickers. |
||||
|
|
|
The syntax to disable an HTML input is as follows:
|
|||||||
|