HTML/CSS/Form Attributes/readonly — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
|
(нет различий)
|
Версия 09:21, 26 мая 2010
"readonly": Whether the content of an element is read-only or not
<HTML>
<BODY>
<input type="text"
name="tfd"
value="This text field is not editable" readonly
size="30">
</BODY>
</HTML>