Here's the code:
function mSaveSection() { datavalues = { dsn: '<cfoutput>#application.dsn#</cfoutput>', section_subtitle: '<cfoutput>#session.values.section_subtitle#</cfoutput>', section_text: '<cfoutput>#session.values.section_text#</cfoutput>' }; The application (or browser) just seems to "sit and spin" when this is run.no error, no timeout, nothing. When I look at the generated code in Firebug, the values are good for the session variables. And I use '<cfoutput>#application.dsn#</cfoutput>' successfully in all other ajax functions without problem. When I substitute hard-coded values in place of the session variables, the function works. Does anyone familiar with jQuery and ColdFusion session variables know of an issue with this approach? Thanks, Rick ---------------------------------------------------------------------------- ----------------------------------------------------------- "It has been my experience that most bad government is the result of too much government." - Thomas Jefferson