I'm using some js code to make a folding tree. We were vetoed using frames
so my page is set with tables 
<TABLE><TR><TD WIDTH="25%"><CFINCLUDE TEMPLATE="FoldingTreeTemp"></TD>
<TD><CFINCLUDE TEMPLATE="UpdatePage"></TD></TR></TABLE>
When I have the top level static and the 2nd level dynamic it works fine.
That works ok with my known categories. I can click on a link and have the
details show up in the 2nd column of the table.
 However, I also need views that have both levels dynamic (ie: They make and
name their own groups- the name of the group needs to be in the first
level/the details of the group need to be in the 2nn level.  When I try this
part I get the folding tree ok- it shows up and has all the correct details,
but there are two weird things that happen.
1.  Rght under the last Folder the cfid andcftoken print out
2. There's nothing in the 2nd column. Even when I tried to just output HI in
the 2nd column it didn't work.
I'm at a lose... Any bright ideas?
Thanks in advance.
j
ps. I used code from http://www.dynamicdrive.com/dynamicindex1/
I'm using the Smart folding tree menu
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists


Reply via email to