Archive for November 14th, 2008

Friday, November 14th, 2008

Credit Card Validation

Not exactly validation since there is no way for JavaScript to tell if the entered number is actually a valid credit card number belonging to the person making the purchase but this script will validate the credit card as far as is possible on the client side. This JavaScript examines the entered value to reject [...]