> Has anyone figured out how to create collapsable/expandable text in > their HTML documents. I think it could be useful feature in emailed > reports where you want to show headers and allow the user to drill > down to details, but user does not have access to server.
I've used Morten's tree menu ( http://www.treemenu.org ) in conjunction with CGIDEV2. I simply output the JavaScript configuration for the menu from my CGIDEV2 program, so that the options that are on the menu can come from a database. I use this for a "main menu" of options for our users. When they connect to the iSeries, it asks for a userid/password. After they've typed it, it'll look up their userid in a PF and get all of the options, and create a tree menu from it. It works very nicely. There's a screen shot at the following link: http://www.scottklement.com/menuscreen.jpg ------------------------ Yahoo! Groups Sponsor --------------------~--> Most low income households are not online. Help bridge the digital divide today! http://us.click.yahoo.com/I258zB/QnQLAA/TtwFAA/wbFolB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/Easy400Group/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
