Dear all,
Currently in the stage of wrapping up a new module. But I still need a good name. The module creates html tabs analogous to the well known tab widgets in GUI's. It also remembers which one you clicked. The purpose is to allow multiple data sources share one page, with the selection logic all hidden. Example: ______ _______________ _______ / Cars \ / Coffee Makers \ / Xerox \ ------------------------------------------------ This could be some useful tabs for a maintenance application. The dependencies are: CGI / CGI::Minimal : Fetching CGI paramaters from the URL HTML::Entities : Safe formatting for display URI::Escape : Safe URI escaping to create a URL As the primary goal is CGI scripting, I was thinking of CGI::Tabs myself. Any comments? -- KP [EMAIL PROTECTED]