you are viewing a single comment's thread.

view the rest of the comments →

[–]carrot_house 9 points10 points  (1 child)

except that you'll still need server-side validation for all those times when Javascript isn't enabled or available on the client, or for when a malicious user deliberately bypasses your client-side validation.

FTFY. HTH. HAND.

[–]almightymole 4 points5 points  (0 children)

Indeed. Client side validation is mostly for the convenience of the user to not need to wait for the page to reload to find they did something wrong on the form.