Alignment
Basics
Character Codes
Colors
CSS
DIVS
Forms
Frames
Links
Lists and Bullets
Meta Tags
Multimedia
Pictures
Spacing
Tables
Text
Checkbox
Disable a Field
Field Length
Hidden Field
Disable a Field
[notify admin to delete page]
314
Disable a Field
Delete Section
Description
To disable a field, add the text "DISABLE" to the field.
To disable a field, add the text "DISABLE" to the field.
Code
<INPUT TYPE="TEXT" NAME="hello" disabled> <p> <INPUT TYPE="PASSWORD" NAME="pass1" disabled> <p> <INPUT TYPE="radio" NAME="button" disabled>
<INPUT TYPE="TEXT" NAME="hello" disabled> <p> <INPUT TYPE="PASSWORD" NAME="pass1" disabled> <p> <INPUT TYPE="radio" NAME="button" disabled>
Output
<INPUT TYPE="TEXT" NAME="hello" disable> <p> <INPUT TYPE="PASSWORD" NAME="pass1" disable> <p> <INPUT TYPE="radio" NAME="button" disable>
Practice
Cannot Edit - Code section automatically placed here.
Click to add Section
Advertisements (
add your ad
)