Dynamic PHP + Treeview menu question [newb to php]

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ajoros
Forum Newbie
Posts: 5
Joined: Fri Jun 25, 2010 5:27 pm

Dynamic PHP + Treeview menu question [newb to php]

Post by ajoros »

Hey guys

I am new to PHP but I definately understand the fundamentals of programming/HTML/CSS etc...
Ill make this quick and to the point, how do I create a dynamic treeview menu (javascript) as seen here (on the left side): http://www.hprcc.unl.edu/maps/index.php

If you look at http://www.hprcc.unl.edu/maps/index.php, you will see that the treeview menu on the left changes (some links are greyed out/some are not) as you click on specific variables. For example, clicking on the AVERAGE TEMPERATURE variable greys out some options in the Timescale/Data Range menu underneath it. But, when you click PRECIPITATION those previously greyed out options now become active and clickable. I want to create this dynamic functionality but don't know where to start. Go play around with the menu and you will see what I am talking about. I think this is done via PHP but I have no idea how/where to view the PHP code to see how this is done.

I am attempting to convert and redesign this site (http://www.wrcc.dri.edu/research/jtwrcc/WWDT/index.html) into a brand new website using the treeview menu javascript function. I don't know where to start so any help would be greatl appreciated.

Is there a way to view the PHP code used at http://www.hprcc.unl.edu/maps/index.php

I have researched tons online and can't find any help.

Thanks so much and sorry for my Newbness
ajoros
Forum Newbie
Posts: 5
Joined: Fri Jun 25, 2010 5:27 pm

Re: Dynamic PHP + Treeview menu question [newb to php]

Post by ajoros »

Bump??? Help would be appreciated. Thanks!
Post Reply