Help for this page

Select Code to Download


  1. or download this
        if( $form->submitted ) {
            if( $form->submitted eq 'Cancel' ) {
    ...
            }
    ... other code to process 'Continue' button ...
        }
    
  2. or download this
    my  $JSNoValdtnOnCancelBack = <<EOJSFUNC;
        if (form._submit.value == 'Cancel') {
    ...
              },
              jsfunc    => $JSNoValdtnOnCancelBack,
          );