Help for this page

Select Code to Download


  1. or download this
       %labels = ('eenie'=>'your first choice',
              'meenie'=>'your second choice',
    ...
       print $query->popup_menu('menu_name',
                    ['eenie','meenie','minie'],
                    'meenie',\%labels);