I am using javascript to validate their are no blanks on the form. Where would I place the Replace() code at and is the following the correct format?
Replace(strPhone, "-", " ") I got an error message when I tried this way (not allowed to use parenthesis when calling a sub), so I tried Replace strPhone, "-", " ". I put this code on my Save.asp page, but I noticed that I only passed -1234 instead of the entire number to this form. Let me know how I am screwing this up.