Question
NAvigation Variables
I have this:
<cflocation url="../programs/RACDep/racdep/bin/racdep.cfm?SupplierID=#Trim(Session.SupplierID)#&BrandID=#Session.BrandID#&SupComp=#Trim(Session.SupComp)#">
I see that variables become "undefined" even though I specificaly set them to "" (nothing)
If I do this:
<cflocation url="../programs/RACDep/racdep/bin/racdep.cfm?SupplierID=#Trim(Session.SupplierID)#&BrandID='3456','34','654','4322'&SupComp=#Trim(Session.SupComp)#">
my program works perfect.
If i dont use the cflocation and just look at the #session.brandid# it shows this:
'3456','34','654','4322'
If i copy and past this into the cflocation string (like in the first sample) It works perfect. if I use the variable (#Session.BrandID) it says its "undefined". What gives? I have been at this for 4 days. I am baffled. This "bug" is on its way to totally wreaking me
PLease please please any help would be great
G
<cflocation url="../programs/RACDep/racdep/bin/racdep.cfm?SupplierID=#Trim(Session.SupplierID)#&BrandID=#Session.BrandID#&SupComp=#Trim(Session.SupComp)#">
I see that variables become "undefined" even though I specificaly set them to "" (nothing)
If I do this:
<cflocation url="../programs/RACDep/racdep/bin/racdep.cfm?SupplierID=#Trim(Session.SupplierID)#&BrandID='3456','34','654','4322'&SupComp=#Trim(Session.SupComp)#">
my program works perfect.
If i dont use the cflocation and just look at the #session.brandid# it shows this:
'3456','34','654','4322'
If i copy and past this into the cflocation string (like in the first sample) It works perfect. if I use the variable (#Session.BrandID) it says its "undefined". What gives? I have been at this for 4 days. I am baffled. This "bug" is on its way to totally wreaking me
PLease please please any help would be great
G