Is there anyway I can ensure users enter amounts into a text box like £XX,XXX,XXX in line with up to 99million pounds.
Thankyou
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There might be a HTML5 solution to this, but to ensure that it works cross browser you have to use javascript. You can write something yourself or use a plugin.
This one is based on jQuery and I think it will do the work for you:
http://digitalbush.com/projects/masked-input-plugin/