Glen, >I want to put in the spaces like this 9999 9999 9999 9999. >But for Amex I want 9999 999999 99999. >Ultimately, I want to submit to the server without spaces. (Maybe a hidden >form field)
You should just use a RegEx on the server side to strip out non-numeric characters, instead of trying to handle this on the client-side. -Dan