i have created one form that checks the email validation .but when it checks the email validation if adress is invalid the return to form page with displaying proper error message.
I HAVE CREATED THIS BUT IT IS NOT GIVING PROPER MESSAGE

please help me out

Recommended Answers

All 3 Replies

Hi Friends

You can use javascript to validate email address.In javascript function echeck is used to validate email.

echeck function ensures following:

1)It makes sure that only one @ symbol is used in email address.
2)Occurance of . must be atleast once in email address.
3)Make sure there are no space.

Perizaad

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.