have a very simple and stupid question to ask. Can I call Javascrip from the
onchnage in CFTREE tag? Or I have to use Action Script in the onChnage as
inline code? My problem is that I need to do some processing on the tree
node's values, which the user clicks on, before copy the data to other cfinput
fields. For example, I have a tree node has 'Last name, first name - email'
values, after user clicks onthe node, I have to parse the string into fisrt
name, last name and email into three separate cfinput fields. Can any one help?
Thank you