require email format

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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)
|/----------------------------­-----------------------
*-----------------------------­-----------------------
 
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.
 
Back
Top