Preserved Topic: CSS: how to make an input uneditable. (Page 1 of 1) |
|
---|---|
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 07-20-2001 13:52 |
Paranoid (IV) Inmate From: Lebanon |
posted 07-20-2001 16:00
i made something like that!. |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 07-20-2001 17:54 |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 07-20-2001 17:55 |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 07-20-2001 18:13
Yes, there's also a DISABLED parameter, and it will grey out the input field... |
Paranoid (IV) Inmate From: 127.0.0.1 |
posted 07-20-2001 18:16
What would one do to DYNAMICALLY set the READONLY? |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 07-20-2001 18:46
Wow, I'm drawing this knowledge from, I think, the second javascript program I ever wrote... (see "Gladiator" in http://www.karl.nu/slime/original/games.html , but this disabled button thing we're talking about has been removed since I started the game, like, 2 years ago. Woah, almost 3. Eesh.) |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 07-20-2001 19:13
<FORM NAME="maxForm"><INPUT TYPE="text" VALUE="bla bla bla" NAME="maxInput"></FORM> |
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 07-21-2001 09:09 |