Possible Duplicate:
Validate email address in Javascript?
我必须对电子邮件格式进行验证,我利用下文的CODE来限制特别特征。
onkeypress="return AlphaNumericBox(event,this, @._);"
But now the Problem is I don have any proper validation for the exact format for example its also accepting text like " @abcd.com.gmail,.. "
Is there any javascript validation for this?
any idea?
提前感谢。