Re: Decimal Validation
- From: "Evertjan." <exjxw.hannivoort@xxxxxxxxxxxx>
- Date: 05 Dec 2005 20:31:41 GMT
Sunny wrote on 05 dec 2005 in microsoft.public.scripting.jscript:
> I want to be able to "Allow only 3 digits before the decimal".
>
> Any Ideas or a Sample code is greatly appreciated.
if (n>=1000)
alert("Allow only 3 digits before the decimal");
--
Evertjan.
The Netherlands.
(Replace all crosses with dots in my emailaddress)
.
- Follow-Ups:
- Re: Decimal Validation
- From: Randy Webb
- Re: Decimal Validation
- References:
- Decimal Validation
- From: Sunny
- Decimal Validation
- Prev by Date: Re: sorry
- Next by Date: Re: Decimal Validation
- Previous by thread: Decimal Validation
- Next by thread: Re: Decimal Validation
- Index(es):
Relevant Pages
|
Loading