Click to See Complete Forum and Search --> : uneditable text field


crazycoder
08-03-2005, 03:12 PM
:)

Is it possible to make an uneditable text field? :confused:

I am trying to make a javascript calculator, and use a text box as the screen.

felgall
08-03-2005, 05:35 PM
<input type="text" readonly="readonly" name="uneditablefield" />

crazycoder
08-03-2005, 08:56 PM
Thanks that worked!