email check
email check
Out of context: Reply #2
- Started
- Last post
- 2 Responses
- goygoygoy0
that cheks if you have not any @ or . , it's not a valid adress:
if ((mail.indexOf("@") == -1) || (mail.indexOf(".") == -1)){
trace('novalid')
}
hope it helps
that cheks if you have not any @ or . , it's not a valid adress:
if ((mail.indexOf("@") == -1) || (mail.indexOf(".") == -1)){
trace('novalid')
}
hope it helps