Help for this page

Select Code to Download


  1. or download this
    print   header(),
            start_html(-title=>$title, -bgcolor=>"cyan"),
    ...
                    -method=>"GET",
                    -onsubmit=>"return checkForm( this )"
    );
    
  2. or download this
    # ------------------------------
    # Display Application Menu.
    ...
    );
    
    set_apx(); # Sort-of works here as planned.
    
  3. or download this
    print br(),
    submit(-name=>"action", -value=>"Start Application"),
    ...
    end_html();
    $dbh->disconnect();
    exit(0);
    
  4. or download this
    # ----------------------------------------------------
    sub set_apx { # Generate some JavaScript here:
    ...
                    document.apps_menu.action=apps_menu['ap_name'].value;
            // --></script>);
    }