- 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";
- or download this
$wm->field('From', 'btn_add8weeks');
$wm->field('Source', 'btn_add8weeks');
$wm->field('Saveflg', 'Y');
- or download this
<FORM NAME=frm_Timesheet METHOD=POST ACTION="http://cphpis07.xxxxxx.co
+m/servlet/com.xxxxxx.is.ti.TimeMgmt.TimesheetServlet">