Possible Duplicate:
JavaScript numbers to Words
I am looking for a method of getting a number input from a text box and converting it into a line of text as how it would be said. For example –
Enter Amount £[ 950000]
NINE HUNDRED AND FIFTY THOUSAND
Any ideas how I could achieve this?
Take a look at this library. That should do what you need.