> JS would look at your rule and throw an error. There's > nothing at all for the server to do.
I understand that part, but the server will still have to perform its own validation on the data on the server-side, so where's the benefit to the server after all's been done? -----Original Message----- From: Dan G. Switzer, II [mailto:[EMAIL PROTECTED] Sent: Monday, April 16, 2007 7:25 PM To: CF-Talk Subject: RE: Client-side validation or Server-side Validation? Rick, >Client-side validation is going to have to server-side validation, too, >which means the server is going to have to handle all the validation >that the client-side does. So there's just as much stress on the server. No. The majority of client-side validation you'd use doesn't affect the server at all. JS would look at your rule and throw an error. There's nothing at all for the server to do. -Dan ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion MX7 and Flex 2 Build sales & marketing dashboard RIAâs for your business. Upgrade now http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:275489 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

