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
Query with value determined by value on previous row
perl school; undef, legit use of
Does converting an NTFS drive to FAT32 drive require reformatting?
Upgrading Server 2003 to Server 2008
Word 2007 Booklet layout - images moving when doc printed
1x1 pixel tracking
301 Redirect
OpenXML and inserting multiple rows (in multiple tables) with identity
Merge Replication initialization error
How to enable 'prompt yes or no' to update links in Excel 2007?