Credit Card Validation with JavaScript and Regular Expressions
Monday, March 20th, 2006Continuing from the last post, for the javascript I checked the credit card number of form submittal, (along with a lot other things, like required fields, correct phone numbers, etc… ) and if it isn’t correct, throw an alert and prevent the form from submitting (Ignore the PHP tags, haven’t gotten around to adding a […]