Input Masks for email and websites

J

JMMach, MCSC

I'm trying to define an input mask form email data capture and website data
capture.
Using <\w\w\w\.AAaaaaaaaaaaaaaa.AAa for the website works OK, but the @
symbol in the email address is messing me up.
Has anyone got any suggestions for both of these?

Thanks in advance.
JMMach, MCSC
 
B

Brendan Reynolds

My suggestion is, don't do it. Web site addresses and e-mail addresses vary
far too much to be amenable to input masks. Look at your existing web site
address mask, for example - it will disallow perfectly valid web site
addresses such as http://msdn.microsoft.com and www.bbc.co.uk

Input masks just aren't flexible enough to handle this level of complexity.
If you really need to validate this data, check out regular expressions
instead.

--
Brendan Reynolds (MVP)
http://brenreyn.blogspot.com

The spammers and script-kiddies have succeeded in making it impossible for
me to use a real e-mail address in public newsgroups. E-mail replies to
this post will be deleted without being read. Any e-mail claiming to be
from brenreyn at indigo dot ie that is not digitally signed by me with a
GlobalSign digital certificate is a forgery and should be deleted without
being read. Follow-up questions should in general be posted to the
newsgroup, but if you have a good reason to send me e-mail, you'll find
a useable e-mail address at the URL above.
 
Top