[thelist] Simple Javascript field checking

ben morrison morrison.ben at gmail.com
Thu Feb 24 10:18:02 CST 2005


Sorry for going OT.

As a user I find these duplicate email fields very annoying - copy and
paste springs to mind.

I can see the very VALID reason for having a confirm password input -
but for email?


Also you should be using a label tag for form elements to help
usability and accessibility.

<label for="email">Email</label><input id="email" name="email" type="text">

Ben


More information about the thelist mailing list