Hi,
I have a field that a user add's a curreny value to, on keyup I fire a Javascript function that checks the following but its not working at all...
What I want it to do is... user add's say 10
On keyup the Javascript needs to add .00 to the end... to make it 10.00
But if the user puts 10.00 or 10.25 it doesnt do anything and leaves it as it.
Help!
Thanks
Dan