MichaelintheUK
Programmer
I personally find little use for input masks preferring other techniques for data validation. In particular users navigating from field to field using return end up part way into the field or text box.
Am I wrong?
The particular problem I have is the validation of a postcode (UK equivalent of a zip code. Valid codes include
B97 5AA
B5 6YY
BS5 6PP
CV37 6SA
I know you can validate this using string searches or keypress but can you effectively valdidate this using an input mask?
Any suggestions appreciated.
Thanks
Michael
Am I wrong?
The particular problem I have is the validation of a postcode (UK equivalent of a zip code. Valid codes include
B97 5AA
B5 6YY
BS5 6PP
CV37 6SA
I know you can validate this using string searches or keypress but can you effectively valdidate this using an input mask?
Any suggestions appreciated.
Thanks
Michael