Can Ajax be used if JS is disabled? NOPE. AJAX stands for Asynchronous JAVASCRIPT And XML. It does not work well without that second letter.
What I'd like to do is have the server-side validation performed via Ajax to a .cfm processing page so that the form page doesn't have to be refreshed... is that possible? Yes you could do this with AJAX. Just don't remove the server-side refresh option so that you have the necessary back up for the users who do not have javascript going. Just layer on the AJAX option to provider a nicer option for the majority who do. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:275779 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

