Hi Guys, what is the code to disable an INPUT text box for HTML?
Thanks
Hi Guys, what is the code to disable an INPUT text box for HTML?
Thanks
<input type="text" disabled="disabled"/>
See the HTML 4.01 spec for more.
The syntax to disable an HTML input is as follows:
<input type="text" id="input_id" DISABLED />