PHP,ASP,JAVASCRIPT,MYSQL;HTMLDERSI » Blog Archive » Formda alan girilen değer mail adresimi

Formda alan girilen değer mail adresimi

function emailkontrol(str){
var filter=/^.+@.+\..{2,3}$/

if (filter.test(str))
testresults=true
else {
return false
}
return true
}

21 Ocak 2008 | PHP | Comments

Comments:

You must be logged in to post a comment.