How do I make a pop-up menu in HTML?
Use the
<SELECT>
and
<OPTION>
tags. The CGI.pm module (available from
CPAN)
supports this widget, as well as many others, including some that it cleverly synthesizes on its own.
Back to
How do I download a file from the user's machine? How do I open a file on another machine?
Forward to
How do I fetch an HTML file?
Up to
the perlfaq9 manpage