![]() | |
#1
| |||
| |||
|
|
Is there a way to differentiate e.g. between a genuine input field and one that just returns the result of some calculation ? I have given to the results fields the attribute "readonly", but is there a way to make a visual difference, so the field does not _look_ like an input field ? |
#2
| |||
| |||
|
|
François de Dardel wrote: Is there a way to differentiate e.g. between a genuine input field and one that just returns the result of some calculation ? I have given to the results fields the attribute "readonly", but is there a way to make a visual difference, so the field does not _look_ like an input field ? Don't use an input field, you aren't asking for user input with it after all. Use JavaScript and the DOM to dynamically change the content of some other element instead, a <span> for example. |
![]() |
| Thread Tools | |
| Display Modes | |
| |