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