On Thu, 17 Mar 2005 20:41:38 GMT, Tim <> wrote:
>Evertjan. wrote:
>>>i know in html you can set a "max" character limit for a form field. I
>>>was wondering if it is possible to set a min number of characters?
>> Not with serverside ASP.
>
>> Please ask in an apporpriate NG.
>
>...and that would ba a Javascript NG but it is likley much more
>complicated than the solution you are looking for.
If it has to be ASP server-side, you'd check this in your validation
routines. If Len(InputString) < 2 Then...
Jeff
|