How to validate username using Javascript?
Posted
by Dusk
on Stack Overflow
See other posts from Stack Overflow
or by Dusk
Published on 2010-05-15T21:56:26Z
Indexed on
2010/05/15
22:02 UTC
Read the original article
Hit count: 177
JavaScript
Hi, I want to know how can I validate using Javascript that if user has entered any username at the time of creating an account is already present in database and ask user to type any other username?
© Stack Overflow or respective owner