|
it
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Form field
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? =?Utf-8?B?QXRobWF1cw==?= wrote on 17 mrt 2005 in
microsoft.public.inetserver.asp.general: > i know in html you can set a "max" character limit for a form field. I Not with serverside ASP.> was wondering if it is possible to set a min number of characters? > ASP does not know about form fields, or any HTML. Please ask in an apporpriate NG. -- Evertjan. The Netherlands. (Replace all crosses with dots in my emailaddress) Evertjan. wrote:
>>i know in html you can set a "max" character limit for a form field. I ....and that would ba a Javascript NG but it is likley much more >>was wondering if it is possible to set a min number of characters? > Not with serverside ASP. > Please ask in an apporpriate NG. complicated than the solution you are looking for. On Thu, 17 Mar 2005 20:41:38 GMT, Tim <a*@gahnstrom.se> wrote:
>Evertjan. wrote: If it has to be ASP server-side, you'd check this in your validation>>>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. routines. If Len(InputString) < 2 Then... Jeff Tim wrote on 17 mrt 2005 in microsoft.public.inetserver.asp.general:
> Evertjan. wrote: I am not loking for anything.>>>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. > Please do not use "you" loosely, Tim, when posting. -- Evertjan. The Netherlands. (Replace all crosses with dots in my emailaddress) |
|||||||||||||||||||||||