XP is just a number | |
PerlMonks |
How do I make a pop-up menu in HTML?by faq_monk (Initiate) |
on Oct 08, 1999 at 00:32 UTC ( [id://761]=perlfaq nodetype: print w/replies, xml ) | Need Help?? |
Current Perl documentation can be found at perldoc.perl.org. Here is our local, out-dated (pre-5.6) version: 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.
|
|