On Sep 20, 2013, at 11:33 AM, Bruce Walker <[email protected]> wrote:
> On a side grumble: I just hate broken Javascript field checkers that > reject valid input. > > "[email protected]" is not valid value for "E-mail" > > BS! Read the RFCs, ass-clowns. I've seen an email-address-checking regular expression which was said to fully support the RFCs. It's the biggest, longest load of gibberish I ever saw. Seriously, it's huge. So it's little wonder that validation systems take shortcuts. HTML5 has a specific type of input field for email addresses which negates the need for the javascript, but it'll still need to be validated on the server-side because you must never ever trust client-side input. Cheers, Dave -- PDML Pentax-Discuss Mail List [email protected] http://pdml.net/mailman/listinfo/pdml_pdml.net to UNSUBSCRIBE from the PDML, please visit the link directly above and follow the directions.

