>>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.
Not really, because server side validation is done only once, by the submitted template in a whole, in only one HTTP request that you need anyway to get the form executed. Using Ajax for client side validation requires at least one HTTP request per field validated. One must not forget than an Ajax call IS an HTTP request, thus is almost as much overhead than refreshing the form. The only advantage is that you stay in the same page, and you do not have as much data to receive from the server. But the rest of all the overhead implied by an HTTP request is still there. -- _______________________________________ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED]) Thanks. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:275496 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

