Help for this page

Select Code to Download


  1. or download this
    my @textfield_args = ( -name => 'name', ..., -maxlength => 120, );
    if( $was_no_change ) {
    ...
    }
    
    $string .= $cgi->textfield( @textfield_args );