Help for this page

Select Code to Download


  1. or download this
    $result .= $cgi->button(
             -name=>'AddFlagNote',
             -value=>'Add Flag Note',
             -onclick=>qq{return addNote(\'FlagNotesTable\');});
    
  2. or download this
    onclick="return addNote('FlagNotesTable');"
  3. or download this
    qq{return addNote(\'FlagNotesTable\');});
    
    ...
    "return addNote('FlagNotesTable');");
    
    'return addNote('FlagNotesTable');');