Forums
This topic is locked
Text fields - Maximum Characters
Posted 20 Sep 2004 22:20:44
1
has voted
20 Sep 2004 22:20:44 shaun carter posted:
Is there any way to set a maximum number of characters that can be entered into a text field, (this is to stop people causing errors when they try to enter more characters than the DB field can handle)Thanks in advance Shaun C.., (newbie Xtreme)
Replies
Replied 21 Sep 2004 12:55:38
21 Sep 2004 12:55:38 Rene Bandsma replied:
<pre id=code><font face=courier size=2 id=code>
<INPUT TYPE="TEXT" NAME="box1" MAXLENGTH="5">
</font id=code></pre id=code>