Now here's something I was wondering about... Does the JS and CF validation have to be totally independent in functionality? It would seem so, if I'm concerned about a user not being able to use forms.
I've got a technique I'm working on that involves JS posting a form back to the page it's on, then cfincluding a page of CF to validate the form data. After validation, I'm using the taconite plug-in to place error messages. I get the security of CF server-side validation (and ease of coding for me) and the user-friendliness of JS client-side error message delivery and interaction. However, if JS is turned off, then the validation won't work. Do I have to set up completely independent coding to provide both client-side and server-side validation that will provide security and functionality if JS is turned off? Rick -----Original Message----- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: Saturday, April 14, 2007 10:22 PM To: CF-Talk Subject: Re: Client-side validation or Server-side Validation? >>I've used ajax validation successfully in one case: the user is signing up with a unique username, Very good example indeed. -- _______________________________________ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED]) Thanks. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:275282 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

