in reply to HTML/Perl form question

Yes, two folds: (1)perl can create the dropdown list for you; (2) Something like JavaScript is a fit to control the logic between two dropdown lists. (When I said "two dropdown lists", I assumed that there was a dropdown list containing catogories: 'A', 'B', 'C'. But it could be just a group of radio buttons. That's your choice.)

Replies are listed 'Best First'.
Re^2: HTML/Perl form question
by b310 (Scribe) on Nov 09, 2004 at 19:04 UTC
    Thank you for the info. I'll look into JavaScript.

      If you create JavaScript solutions, please think of <noscript> sections for non-JS enabled browsers. If your audience is well known (like say, an intranet with identical browsers and setups people can't change) go ahead. If there's a possibillity of people not using JavaScript, please think of a backup plan for them.

      --
      b10m "JavaScript is Evil!"

      All code is usually tested, but rarely trusted.