Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • Correct way to write disabled textbox

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 420
    Comment on it

    Hello Reader! If you got confuse to write the correct syntax of writing the disabled text box then you can use these types of code as below:-

    <input type="text" disabled />
    <input type="text" disabled="" />
    <input type="text" disabled="disabled" /> 
    <input type="text" disabled="DiSaBlEd" /> //in this case you even can write disabled regardless of case
    

    These all four syntax will work with almost all browser, Other than these you'r text will not be disabled.

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: