require email format

J

jjprescott

I have an "email" in a form. Some people will put any character in the form.
Is there a way to require a legitimate email format to be entered?
 
J

Jim Buyens

Please refer to:

Validating E-Mail Addresses
http://www.interlacken.com/winnt/tips/tipshow.aspx?tip=42

Jim Buyens
Microsoft MVP
http://www.interlacken.com
Author of:
*-----------------------------­-----------------------
|\----------------------------­-----------------------
|| Microsoft Windows SharePoint Services Inside Out
|| Microsoft Office FrontPage 2003 Inside Out
||----------------------------­-----------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/----------------------------­-----------------------
*-----------------------------­-----------------------
 
J

Jens Peter Karlsen[FP MVP]

You can use JavaScript to validate the input. Do a search in Google for
"javascript form validation" to see some examples.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
Top