That was yummy! Thanks. -----Original Message----- From: Jim Dukarm [mailto:jim@deltaxresearch.com] Sent: Friday, November 07, 2003 1:54 PM To: quixote-users@mems-exchange.org Cc: Orr, Steve Subject: Re: [Quixote-users] Quixote best practices? -------- Steve Orr: ----------- > I'm looking for dynamic menuing capability implemented purely in HTML. > Is there anything "out there" for me to use? Seems like there SHOULD > be. Attached is my menutree.py, which may give you some inspiration. If you run it in IDLE or with python -i, the example code will generate the HTML for a web page with a tree in it. Go to http://www.deltaxresearch.com/toadesc.htm for a real-life demonstration. The navigation menu at the left side of the pages was generated by this module. In my quixote app I am using the same module to generate menu trees dynamically. Jim Dukarm DELTA-X RESEARCH Victoria BC Canada