Why client-side *VS* server side? Why *versus*?
They must work together.

1. We cannot dismiss server-side validation for security reasons.
   So, server-side validaion should stay.

2. Client-side script is usable. It checks the form before submission,
   saves user's time and improves user experience.

   Example here: http://blog.micromarketing.ru/contacts/
   (In Russian, but I hope you'll find the form :) )

   And, I believe, client-side validation decreases server load.
   It decreases the quantity of invalid forms submitted by users.
   If the form is valid, server doesn't have to handle errors,
   send error-page, etc.

--- 
Regards,
Alexey Novikov
http://studiomade.ru



*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to