Information
Showing posts with label
Email validation function
.
Show all posts
Showing posts with label
Email validation function
.
Show all posts
Wednesday, October 6, 2010
Javascript: Email Validation function
›
function ValidateEmail(str) { var at="@" var dot="." var lat=str.indexOf(at) var lstr=str.length var ldot=str.ind...
›
Home
View web version