Javascript/DHTML menus without all the extra javascipt.... server side browser detection + dynamically generated javascript (build menus on fly using php)
I got tired of using javascript menus that seemed to function slowly and that were
very heavy, so I wrote them myself. I am better at php than javascript so I wrote
most of this code as php which seems to make the menus a lot leaner and faster. The
example here requires that you create menus using the additem function. Menus
automaticlaly recognize that they are children if their id is in another menu item
and thus they will automatically be linked. This function can be used within a loop
that spins through a navigation table.... very useful if your site changes often.
To try out the example, simply unzip it into a php enabled directory and call up the
example.php file (http://localhost/jsmenu/example.php). To see a working example of
the menus go to http://www.finisar.com. Good luck and feel free to contact me.