How can I reference the value (or any other property) of the selected item in a CFTREE?
I have a CFTREE (format = "Flash") used to display a hierarchy of users. For the lowest level of the hierarchy, I want to open a popUpWindow using an existing JavaScript function. I've tried adding "javascript:myPopUpFunc(...)" to the href property, but it does not work. I need to pass values in the URL based on item that was clicked (i....