Hi,
As you can see from the attached code, is there a way to enable cflocation url to be equal to a variable (which is in return a string) not directly only to a string.
<CFSET myVAR1 = "<CFSET myVAR2 = "
<cfif isdefined("FORM.Jmsb")>
<cflocation url= myVAR1 addtoken="no">
</cfif>
<cfif isdefined("FORM.Conc")>
<cflocation url= myVAR1 addtoken="no">
</cfif>
As you can see from the attached code, is there a way to enable cflocation url to be equal to a variable (which is in return a string) not directly only to a string.
<CFSET myVAR1 = "<CFSET myVAR2 = "
<cfif isdefined("FORM.Jmsb")>
<cflocation url= myVAR1 addtoken="no">
</cfif>
<cfif isdefined("FORM.Conc")>
<cflocation url= myVAR1 addtoken="no">
</cfif>