Hi,
On a web page, I need to capture an ammount with this entry mask “ $_ _ _ . _ _ ” .
Is this possible?
Can I make it to look and work like an ATM screen (you enter numbers and they move left as you enter?
Thank you,
Sorin
Printable View
Hi,
On a web page, I need to capture an ammount with this entry mask “ $_ _ _ . _ _ ” .
Is this possible?
Can I make it to look and work like an ATM screen (you enter numbers and they move left as you enter?
Thank you,
Sorin
You should use JavaScript instead. The Server post-back architecture adds too much time overhead to be of use here.