How to disable an input type=text with javascript?

Posted by kawtousse on Stack Overflow See other posts from Stack Overflow or by kawtousse
Published on 2010-05-20T14:31:58Z Indexed on 2010/05/20 14:50 UTC
Read the original article Hit count: 68

Filed under:
|

Hi, I want to disable writing in an input type text using javascript. The input type text is populated from database that is why I don't want the user to modify its value.

Thinks for help.

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about html