Need javascript for mobile and email validation on tab key press
want java script for email and mobile validation.we are developing asp.net web application
1)when we enter no less than 10 digit( eg.98023) in textbox and press tab key it should show incorrect mobile number and it will not allow alphabates or special character and 10 digit no.
2)when we enter sr@g in textbox and press tab key it should show incorrect email id .
Thanks in advance.
