I am a c# programmer I give some idea
01)get text box value to the string & split it to separate email address using split() function in string class
via spaces
eg-> [email]iamchamith@yahoo.com[/email] [space] [email]iamkasun@yahoo.com[/email]
arr[0] = [email]iamchamith@yahoo.com[/email]
arr[1] = [email]imakasun@yahoo.com[/email]
02)then get this values[each email addresses] to the array
03)now u can validate is each array(email address) correct using this method
04)In that case you check index of @ mark & . mark ...
05)Now You can validate it
[id index of @ small than index of . the email is correct]
Thanks
iamchamith
Junior Poster in Training
66 posts since Dec 2009
Reputation Points: 10
Solved Threads: 0