I've been trying to add a tree menu to my website with some luck (more
or less). I came across a script on simplythebest.n et, but I seem to
be having a problem with it... and since they have no help section,
this has brought me here.
The script can be found at
(no login or anything required... I just thought the script might be
too long to repost here)
The problem:
It says to change the number 22 in the line
function makeDatabase() {
outline = new makeArray(22)
to the number of outlines plus one. Well, It turns out I'm going to
need around 40 or so outlines, but when I change the number to 40 or
41 (however many I added plus one) it only shows the first 20 or so
outlines on my page and just cuts off the rest. I'm still learning
dhtml and javascript, so I don't know what else I can change to have
it show the other 20something links.
Any thoughts would be most helpful.
Thanks!
or less). I came across a script on simplythebest.n et, but I seem to
be having a problem with it... and since they have no help section,
this has brought me here.
The script can be found at
(no login or anything required... I just thought the script might be
too long to repost here)
The problem:
It says to change the number 22 in the line
function makeDatabase() {
outline = new makeArray(22)
to the number of outlines plus one. Well, It turns out I'm going to
need around 40 or so outlines, but when I change the number to 40 or
41 (however many I added plus one) it only shows the first 20 or so
outlines on my page and just cuts off the rest. I'm still learning
dhtml and javascript, so I don't know what else I can change to have
it show the other 20something links.
Any thoughts would be most helpful.
Thanks!
Comment