Hi,
I have a field in form that receive integer upto 2 decimal only like 56.22
The field should not accept greater then 999999.99
and we have to restrict user not to enter more then this on keypress event of field.
Please help...
valid entries
0.22
1.22
100000.99
2.2
Invalid
0.232 [user should not allowed to enter decimal more then 2]
1999999.99
Regards,
I have a field in form that receive integer upto 2 decimal only like 56.22
The field should not accept greater then 999999.99
and we have to restrict user not to enter more then this on keypress event of field.
Please help...
valid entries
0.22
1.22
100000.99
2.2
Invalid
0.232 [user should not allowed to enter decimal more then 2]
1999999.99
Regards,
Comment