HTML/CSS/Form Attributes/maxlength — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
|
(нет различий)
|
Версия 09:21, 26 мая 2010
"maxlength" sets the maximum number of characters in a text or password control
<HTML>
<BODY>
<form>
<input type="password" name="text1" maxlength="10">
</form>
</BODY>
</HTML>