>Until the maintenance bill goes to the customer and they ask why the >JS and the CF routines had to be written twice... But if you have rich >customers, no problem.
It still confuses me on how you guys think adding pure client-side validation is so difficult. From many of the comments on here, you'd think it takes days to implement. In fact, there are hundreds of options available to you for making this easier. Adding some advance client-side logic (that's unobtrusive) generally takes me an extra 15-30 minutes. Maybe a little longer if I'm hiding/showing a bunch of irrelevant fields based upon data input (once again--all done in an unobtrusive manor.) While I'm not a fan of CFFORM's client-side validation, it's there and it works--no JS knowledge needed. Then there are the slew of JavaScript API's out there that make the job a cinch. There's a learning curb to using the APIs for sure, but generally once you do a couple of forms, development from that point on is extremely fast. There's absolutely no reason to be developing multiple versions of the same page or that adding pure client-side validation should be a huge drain on your time. -Dan ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion MX7 by AdobeĀ® Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:276634 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

