I would like to know how can we validate the Credit Card.
We have a script that allows the numbers like this
4444111122223333
I want the credit card validation to accept credit card number in this format (with white spaces.)
4444 1111 2222 3333
How it can be possible in JavaScript.
Thanks
A
try this
http://webwoman.biz/articles/Forms/NetscapeLibrary/ccnums.html