Help for this page

Select Code to Download


  1. or download this
    # print $q->popup_menu(  
            #               -values=>\%ValuesToAppearInDropDownField,
    ...
            #               -onChange=>"document.$GLOB_FORM_FIELD_NAME.sub
    +mit();");
    
  2. or download this
             print '<select name="' . $htmlVariableName . $indexNum . '" o
    +nchange="'. "document.$GLOB_FORM_FIELD_NAME.submit();"  . '">';
             my $elementkeys = ();
    ...
                }
             }
             print '</select>';