Help for this page

Select Code to Download


  1. or download this
    var sPath = "com.xxxxxx.is.ti.TimeMgmt.";
    
    ...
    document.frm_Timesheet.Source.value = sFrom;    
    document.frm_Timesheet.Saveflg.value = sSave;
    document.frm_Timesheet.action= sPath + "TimesheetServlet";
    
  2. or download this
    $wm->field('From', 'btn_add8weeks');
    $wm->field('Source', 'btn_add8weeks');
    $wm->field('Saveflg', 'Y');
    
  3. or download this
    <FORM NAME=frm_Timesheet METHOD=POST ACTION="http://cphpis07.xxxxxx.co
    +m/servlet/com.xxxxxx.is.ti.TimeMgmt.TimesheetServlet">