Hello gurus!
I need some help changing Application.cfm variables with Javascript. I have a <cfparam> variable called application.myvar that I would like to have <cfset> using my javascript.js page. I am calling the javascript function from the first page with an <a href=javascript:myfunction(arg)> and would like the javascript function to perform the cfset as follows...
function myfunction(arg){
<cfset #application.myvar#=arg;>
}
Can this be done? and How?
Thanks for any help...
tracyprs
I need some help changing Application.cfm variables with Javascript. I have a <cfparam> variable called application.myvar that I would like to have <cfset> using my javascript.js page. I am calling the javascript function from the first page with an <a href=javascript:myfunction(arg)> and would like the javascript function to perform the cfset as follows...
function myfunction(arg){
<cfset #application.myvar#=arg;>
}
Can this be done? and How?
Thanks for any help...
tracyprs