marky
01-12-2006, 04:20 PM
DD = Smart Folding Tree menu
http://www.dynamicdrive.com/dynamicindex1/navigate1.htm
Hello everyone and thanks for taking the time to read this posting. I happened across this "smart folding tree menu" script whilst browsing the net for such a script, it is great and so simple to use, especially for someone who has limited skills when it comes to coding, I have got the script customized to do what i want it to except for one issue. Some of the levels in the tree menu i want to autopopulate (create on the fly) from data contained in a seperate file (the data in this file changes from time to time, this is why I dont want to hard code all of the tree menu). So for instance, i open up a level on the tree and when i click on the next level down it will read the external file and auto build the rest of the tree sub levels. I am ok with perl and cgi so i don't mind using that code to get at the data and build the tree.
My problem is with the existing code, i don't know how to break out of that to get the external data.
thanks, Mark.
http://www.dynamicdrive.com/dynamicindex1/navigate1.htm
Hello everyone and thanks for taking the time to read this posting. I happened across this "smart folding tree menu" script whilst browsing the net for such a script, it is great and so simple to use, especially for someone who has limited skills when it comes to coding, I have got the script customized to do what i want it to except for one issue. Some of the levels in the tree menu i want to autopopulate (create on the fly) from data contained in a seperate file (the data in this file changes from time to time, this is why I dont want to hard code all of the tree menu). So for instance, i open up a level on the tree and when i click on the next level down it will read the external file and auto build the rest of the tree sub levels. I am ok with perl and cgi so i don't mind using that code to get at the data and build the tree.
My problem is with the existing code, i don't know how to break out of that to get the external data.
thanks, Mark.