Help for this page

Select Code to Download


  1. or download this
    
    my $dropDowns = new MakeDropDowns($cgi);
    ...
    
    print $dropDowns->getHtml;
    
  2. or download this
    
    package MakeDropDowns;
    ...
    
    1;