> We're living in a AJAX/jQuery world now and browsers are more capable, so if > scripting is enabled why not pass the user input to the same server-side > validation code? >
I think this is what is done. The client-side validation is really server side validation called via Ajax, at least that is how I implement it. Craig.
