Re: Parent - Child data in a drop down

2007-09-12 Thread Adrian Lynch
Nope, just a regular HTML drop down. Infinitely nested items. I have something that looks like it'll work, I'll post if I nail it. It's not critical to the project so I've not been too bothered about getting it working or spending too much time on it. Thanks for the relies. Adrian By drop

Parent - Child data in a drop down

2007-09-11 Thread Adrian Lynch
I have a table as follows: ID - Item - ParentID Which stores related items with a parent ID of 0 to indicate the top level items. This is cool, I generate various output from this using recursive function, but, what I'm looking for now is output in a drop down that looks like this: Home Home

Re: Parent - Child data in a drop down

2007-09-11 Thread Joe Lakey
By drop down do you mean a DHTML navigation menu? -Joe Lakey ~| ColdFusion 8 - Build next generation apps today, with easy PDF and Ajax features - download now

Re: Parent - Child data in a drop down

2007-09-11 Thread [EMAIL PROTECTED]
: [EMAIL PROTECTED] -Date: Sep 11, 2007 7:48 -To: CF-Talkcf-talk@houseoffusion.com -Subj: Parent - Child data in a drop down - -I have a table as follows: - -ID - Item - ParentID - -Which stores related items with a parent ID of 0 to indicate the top level items. - -This is cool, I generate various