Shared Tutorials New
Website Development
2D & 3D Graphics
Audio & Video Editing
Databases
Desktop Programming
Operating Systems
Business Applications
Miscellaneous
Selected Reading
© 2011 TutorialsPoint.COM
|
Shared Tutorials Directory
Tutorials Shared by the Community
-
well this is a javascript email id validation script which will allow users to fill correct email id in your web form.
http://webprogrammingscripts.blogspot.com/2009/06/javascript-email-id-...
Tutorial Statistics
01) it will show error messages if users dont enter @ or dot (.) sign in the email id
2) if dot (.) sign or @ sign are written at the start or at the end it will show error message.it cannot be at the start.
3) if they enter more than one dot(.) sign or @ sign in the email text box it will show an error. enter only one
4) if users write email like abc@.com without writing some text after @ sign then it will show error messages that dot (.) sign should not be written after @ sign some text should be there.
5) this script will help u in all ur validation problems in your email id validation problems .
a very good handy script for all users for their website form validation purpose.
More detail...
|
|
|