I see that page and the code's role in displaying the message. But the part that I'm trying to figure is how ex2_process.cfm is working to provide the validation and return that message to ex2.3_mailing_list_validation.cfm.
ex2_process.cfm is the page doing your server-side validation, right? ex2.3_mailing_list_validation.cfm is just your client-side validation, form, and error/success message display page, correct? Rick -----Original Message----- From: Dan G. Switzer, II [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 17, 2007 8:56 PM To: CF-Talk Subject: RE: Client-side validation or Server-side Validation? Rick, >Hmmm... do you have two methods, JS and non-JS intertwined? >The part of the code below that is operable seems to depend on >whether JS is in use (the "structKeyExists(url, "ajax") etc., or >whether JS is not in use (the part after the cfelse... cfincluding >the #form.formUrl#, which would be the ex2.3_mailing_list_validation.cfm >page, right?) > >Or am I just "lost in the sauce"? You continue to overcomplicate the issue. I sent you the only "server" specific code on that page. You can view the source in the example to see the rest. There is no JS/non-JS. It's pretty basic. If your browser isn't support JS, then all the JS code is simple ignored. You really need to use the "View Source" code in your browser and take advantage of the fact you can look behind the scenes. -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:275672 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

