Question... Will CF code execute inside <noscript> tags if JS is available?
Let say, on the web page, I put the following in a cell to display a validation failure message: <td id="Name_error"><noscript><cfoutput>#Form_Errors.Name_Error#</cfoutput></nos cript></td> The <td id="Name_error"><td> is a placeholder for purely JS created error messages. The <cfoutput>#Form_Errors.Name_Error#</cfoutput> is typical of how I place error messages generarted by my CF method of returning validation error messages to a form page. Can I combine the two as above? Rick -----Original Message----- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 17, 2007 2:29 PM To: CF-Talk Subject: RE: Client-side validation or Server-side Validation? This doesn't address exactly what you're proposing Ian, but this already exists in CF for client side at least: cfform/cfinput. That is true. I was thinking of a larger, more robust system. But yes using the cfform/cfinput is an example of exactly what I am talking about. With these tags CF creates both the server side AND JS client side code to validate form controls. They existed at least as far back as CF4.5, but have been improved upon considerable from version to version. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:275617 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

