Gotheallblacks
Programmer
I am wanting to "dynamically" change the inputmask for phone numbers in a textbox as the user keys in.
eg (99)999-9999 or (999)999-9999 or (9999)999-9999 or 99-9999-9999999
I am able to determine whether .value is either a Mobile,Freephone,National or International No from the first 2-3 characters.And want the mask to change.
Does anyone have an example of how this can be done.
eg (99)999-9999 or (999)999-9999 or (9999)999-9999 or 99-9999-9999999
I am able to determine whether .value is either a Mobile,Freephone,National or International No from the first 2-3 characters.And want the mask to change.
Does anyone have an example of how this can be done.