I'm working on a site where people register and choose their own
username. In the registration form I'd like to, onBlur from the
username field, immediately check to see if that username is already
in use and if so, trigger an alert that returns them to the field.
What's the best way to do this?
Thanks in advance for any help.
Les