Question
cf tree
i have noticed also that if add a variable to a h ref in a cf
tree when its format is flash, it will add a question mark to the
end of the url..For example if i use
<cftreeitem img="arrows"
v alue="#rec_rcd#"
parent="#bandname_art#"
href='index_7.cfm?id=#URLEncodedFormat(ID)#'>
when the CFTree is formatted as Flash the page display as index_7.cfm?id=1?
but if its formatted as applet the page displays as index_7.cfm?id=1
This means that i cant use the flash cf tree for data drilling...any ideas??
<cftreeitem img="arrows"
v alue="#rec_rcd#"
parent="#bandname_art#"
href='index_7.cfm?id=#URLEncodedFormat(ID)#'>
when the CFTree is formatted as Flash the page display as index_7.cfm?id=1?
but if its formatted as applet the page displays as index_7.cfm?id=1
This means that i cant use the flash cf tree for data drilling...any ideas??
