Hi........... Is there any javascript for validating multiple email id's .... Pls help me... regards subha
Hi! Google is a fantastic tool: it lets you search for simple queries like this. It's really very useful!
you seem to just get stuck at every step -- your earlier question was 'how do i validate an email address", so once you got that working, we are all here instead... since you chose to use the worst solution to your question given earlier (one that does not render itself to pattern programming), i.e.: function checkEmail(myForm) { if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(myForm.emailAddr.value)) { return (true) } } PHP: this is a bad example of a function that is hardcoded to a form name and to a emailAddr field value... There is helping and there is taking the mickey - good luck with your new task