Help for this page

Select Code to Download


  1. or download this
    print table({-width=>'97%',-cellpadding=>4,-cellspacing=>5},
           Tr({-align=>RIGHT,-valign=>TOP},
              td( submit(-name=>'Update',-value=>'Update',-onClick(Validat
    +eForm(this.form))))
           )
      );
    
  2. or download this
    print table({-width=>'97%',-cellpadding=>4,-cellspacing=>5},
           Tr({-align=>RIGHT,-valign=>TOP},
              td( submit(-name=>'Update',-value=>'Update',-onClick => 'Val
    +idateForm(this.form)'))
           )
      );