Help for this page

Select Code to Download


  1. or download this
     <%= $delete_all_skills->input( -form=>$form, -label=>'cancel', -value
    +=>"Delete All Skills", -javascript=>$question_javascript ) %>
    
  2. or download this
    my $question_javascript = 'onclick="askdata()"';
    
  3. or download this
    <SCRIPT LANGUAGE="JavaScript">
    function askData() {
    ...
    return( askdata );
    }