Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
mdemahy #1
Accessing Cold Fusion application variable usingJavascript
I have a javascript menu that I would like to access a coldfusion application variable "Application.changeordername".
Any ideas on how to do this?
mdemahy Guest
-
Cold Fusion/Flex Application Wizard crippled in TrialVersion?
Hi, I am using the 60 Day trial version of Flex Builder 3/Eclipse. I wanted to try out the much vaunted Cold Fusion/Flex Application Wizard,... -
Cold Fusion Application Server service will not start
We are running ColdFusion version 4.51 (service pack 2) on a Windows 2000 server, with IIS 5. We recently started using Crystal Reports 11.5... -
Cold Fusion Application Server
Hello all, I'm having the weirdest issue with our CF server. They do not run. However when I start Cold Fusion Application Server, I cannot login... -
pass javascript variable to cold fusion
anyone know if there's a way to pass a Javascript variable to Cold fusion? Or a good article that shows how to do this? -
Cold Fusion Application Server Terminated unexpectedly
The Cold Fusion Application Server service terminated unexpectedly. It has done this 3 time(s). The following corrective action will be taken in 0... -
Kronin555 #2
Re: Accessing Cold Fusion application variable usingJavascript
On the page that contains the javascript code, I'm assuming it's a coldfusion
page, do the following (in the javascript code block):
var changeOrderName = <cfoutput>#Application.changeordername#</cfoutput>;
Kronin555 Guest
-
mdemahy #3
Re: Accessing Cold Fusion application variable usingJavascript
That worked great thanks.
mdemahy Guest



Reply With Quote

