Microsoft
Software
Hardware
Network
Question : I want for my textbox to only accept numbers and decimal numbers
HI.
I have a textbox where the client can input only numbers but now the client wants to input decimal numbers.
This will allow the client to only write number but how can I change this to make it accept decimal numbers too.
Panel_mc.Area3_mc.Existing
Coverage_m
c.Existing
Coveragetx
t.restrict
="0-9";
Thanks
ps: I am using ActionScript 3
Answer : I want for my textbox to only accept numbers and decimal numbers
try this:
Panel_mc.Area3_mc.Existing
Coverage_m
c.Existing
Coveragetx
t.restrict
="0-9.";
(Note the "." at the end)
Random Solutions
how to create my salesman report
PHP Include or Require CGI
Import EDB files off a hard drive
Best Place to Buy Laptops? (online web shopping for notebooks)
segmentation fault when pthread_mutex_lock is called
error message when opening files says cant open may be read only or encrypted
Rails: Replace HTML with a partial and a collection
tranfer SQL sever 2005 user login, password as well as permission
Usys tables missing and hidden in BE but visible in FE
How to combine VLOOKUP with SUMPRODUCT/SUMIF?