<table width="360" height="162"> <tr> <th scope="row"><br> รหัสพนักงาน :<br></th> <td colspan="3"><br> <?php echo $_GET['Emp_ID']; ?><br></td> </tr> <tr> <th scope="row"><br> ชื่อ - นามสกุล :</th> <td colspan="3"><br> <?php echo $_GET['Emp_Name']; ?><br></td> </tr> <tr> <th width="134" scope="row"> <br> วันที่เริ่มลา :</th> <td colspan="3"><br> <input name="S_DATE" type="text" id="S_DATE" size="20" onKeyPress="if (event.keyCode < 45 || event.keyCode > 57) { alert('พิมพ์เฉพาะตัวเลข และ - เท่านั้น '); event.returnValue = false;}"> <a href="javascript:show_calendar('form1.S_DATE');" onMouseOver="window.status='ปฏิทิน';return true;" onMouseOut="window.status='';return true;"><img src="image/formcal.gif" width="16" height="16" border="0" align="top"></a><br></td> </tr> <tr> <th scope="row"><br> วันที่สิ้นสุด :</th> <td colspan="4"><br> <input name="E_DATE" type="text" id="E_DATE" size="20" onKeyPress="if (event.keyCode < 45 || event.keyCode > 57) { alert('พิมพ์เฉพาะตัวเลข และ - เท่านั้น '); event.returnValue = false;}"> <a href="javascript:show_calendar('form1.E_DATE');" onMouseOver="window.status='ปฏิทิน';return true;" onMouseOut="window.status='';return true;"><img src="image/formcal.gif" width="16" height="16" border="0" align="top"></a></td> </tr> <tr> <th height="49" scope="row"><br> สาเหตุการลา :</th> <td width="214"><br> <textarea name="Rec_Com" id="Rec_Com"></textarea> <br></td> </tr> <tr> <th scope="row"><br> จำนวนวัน :</th> <td><br> <input name="Rec_Day" type="text" id="Rec_Day" size="10" maxlength="2"> <br></td> </tr> <tr> <th scope="row"><br> จำนวนชัวโมง :</th> <td><br> <input name="Rec_Hour" type="text" id="Rec_Hour" size="10" maxlength="2"></td> </tr> <tr> <th scope="row"><br> ประเภท :</th> <td><br> <select name="Rec_Type" id="Rec_Type"> <option value="ลาป่วย">ลาป่วย</option> <option value="ลากิจ">ลากิจ</option> <option value="ลาพักร้อน">ลาพักร้อน</option> <option value="ขาดงาน">ขาดงาน</option> <option value="ลาบวช">ลาบวช</option> <option value="ลาคลอด">ลาคลอด</option> <option value="ลาราชการทหาร">ลาราชการทหาร</option> <option value="ลาอื่นๆ">ลาอื่นๆ</option> </select> <br></td> </tr> <tr> <th scope="row"> </th> <td><br> <input type="submit" name="Rec_Save" id="Rec_Save" value="บันทึก"> <input type="reset" name="Rec_Cancel" id="Rec_Cancel" value="ยกเลิก"></td> </tr> </table>
<input type="hidden" name="Emp_ID" value="<?php echo $_GET['Emp_ID']; ?>">
$_GET['Emp_ID'];
<form name="form1" method="post" action=""><BR><BR><BR><BR><BR> <h3><img src="image/employee.jpg" width="33" height="38"> <U>บันทึกวันลาพนักงานรายเดือน</U><br> </h3> <table border="1" align="left" cellpadding="10"> <tr> <td width="128" height="34" align="center" bgcolor="#CCCCCC"><B><center>รหัสพนักงาน</center></B></td> <td width="159" align="center" bgcolor="#CCCCCC"><B><center>ชื่อ-นามสกุล</center></B></td> <td width="172" align="center" bgcolor="#CCCCCC"><B><center>แผนก</center></B></td> <td width="154" align="center" bgcolor="#CCCCCC"><B><center>ประเภท</center></B></td> <td width="154" align="center" bgcolor="#CCCCCC"> </td> </tr> <?php do { ?> <tr> <td><center><?php echo $row_Employee['Emp_ID']; ?></center></td> <td><?php echo $row_Employee['Emp_Name']; ?></td> <td><?php echo $row_Employee['Emp_Dep']; ?></td> <td><center><?php echo $row_Employee['Emp_Type']; ?></center></td> <td><a href="emp-rec-month.php?Emp_ID=<?php echo $row_Employee['Emp_ID'] ; ?>&Emp_Name=<?php echo $row_Employee['Emp_Name'] ; ?>"><center>บันทึกวันลา</center></a></td> </tr> <?php } while ($row_Employee = mysql_fetch_assoc($Employee)); ?> </table> <br> </form>
<form name="form1" method="POST" action="<?php echo $editFormAction; ?>"><BR><BR><BR><BR><BR> <h3><img src="image/employee.jpg" width="33" height="38"> <U>บันทึกวันลา</U><br> </h3> <table width="360" height="162"> <tr> <th scope="row"><br> รหัสพนักงาน :<br></th> <td colspan="3"><br> <?php echo $_GET['Emp_ID']; ?><br></td> </tr> <tr> <th scope="row"><br> ชื่อ - นามสกุล :</th> <td colspan="3"><br> <?php echo $_GET['Emp_Name']; ?><br></td> </tr> <tr> <th width="134" scope="row"> <br> วันที่เริ่มลา :</th> <td colspan="3"><br> <input name="S_DATE" type="text" id="S_DATE" size="20" onKeyPress="if (event.keyCode < 45 || event.keyCode > 57) { alert('พิมพ์เฉพาะตัวเลข และ - เท่านั้น '); event.returnValue = false;}"> <a href="javascript:show_calendar('form1.S_DATE');" onMouseOver="window.status='ปฏิทิน';return true;" onMouseOut="window.status='';return true;"><img src="image/formcal.gif" width="16" height="16" border="0" align="top"></a><br></td> </tr> <tr> <th scope="row"><br> วันที่สิ้นสุด :</th> <td colspan="4"><br> <input name="E_DATE" type="text" id="E_DATE" size="20" onKeyPress="if (event.keyCode < 45 || event.keyCode > 57) { alert('พิมพ์เฉพาะตัวเลข และ - เท่านั้น '); event.returnValue = false;}"> <a href="javascript:show_calendar('form1.E_DATE');" onMouseOver="window.status='ปฏิทิน';return true;" onMouseOut="window.status='';return true;"><img src="image/formcal.gif" width="16" height="16" border="0" align="top"></a></td> </tr> <tr> <th height="49" scope="row"><br> สาเหตุการลา :</th> <td width="214"><br> <textarea name="Rec_Com" id="Rec_Com"></textarea> <br></td> </tr> <tr> <th scope="row"><br> จำนวนวัน :</th> <td><br> <input name="Rec_Day" type="text" id="Rec_Day" size="10" maxlength="2"> <br></td> </tr> <tr> <th scope="row"><br> จำนวนชัวโมง :</th> <td><br> <input name="Rec_Hour" type="text" id="Rec_Hour" size="10" maxlength="2"></td> </tr> <tr> <th scope="row"><br> ประเภท :</th> <td><br> <select name="Rec_Type" id="Rec_Type"> <option value="ลาป่วย">ลาป่วย</option> <option value="ลากิจ">ลากิจ</option> <option value="ลาพักร้อน">ลาพักร้อน</option> <option value="ขาดงาน">ขาดงาน</option> <option value="ลาบวช">ลาบวช</option> <option value="ลาคลอด">ลาคลอด</option> <option value="ลาราชการทหาร">ลาราชการทหาร</option> <option value="ลาอื่นๆ">ลาอื่นๆ</option> </select> <br></td> </tr> <tr> <th scope="row"> </th> <td><br> <? echo "Emp_ID"; ?> <input type="submit" name="Rec_Save" id="Rec_Save" value="บันทึก"> <input type="reset" name="Rec_Cancel" id="Rec_Cancel" value="ยกเลิก"></td> </tr> </table> <br> <br> <h3> <br> </h3> <br> <input type="hidden" name="MM_insert" value="form1"> </form>
<input type="hidden" name="MM_insert" value="form1">
<form name="form1" method="POST" action="<?php echo $editFormAction; ?>"><BR><BR><BR><BR><BR> <h3><img src="image/employee.jpg" width="33" height="38"> <U>บันทึกวันลา</U><br> </h3> <table width="360" height="162"> <tr> <th scope="row"><br> รหัสพนักงาน :<br></th> <td colspan="3"><br> <?php echo $_GET['Emp_ID']; ?><br></td> </tr> <tr> <th scope="row"><br> ชื่อ - นามสกุล :</th> <td colspan="3"><br> <?php echo $_GET['Emp_Name']; ?><br></td> </tr> <tr> <th width="134" scope="row"> <br> วันที่เริ่มลา :</th> <td colspan="3"><br> <input name="S_DATE" type="text" id="S_DATE" size="20" onKeyPress="if (event.keyCode < 45 || event.keyCode > 57) { alert('พิมพ์เฉพาะตัวเลข และ - เท่านั้น '); event.returnValue = false;}"> <a href="javascript:show_calendar('form1.S_DATE');" onMouseOver="window.status='ปฏิทิน';return true;" onMouseOut="window.status='';return true;"><img src="image/formcal.gif" width="16" height="16" border="0" align="top"></a><br></td> </tr> <tr> <th scope="row"><br> วันที่สิ้นสุด :</th> <td colspan="4"><br> <input name="E_DATE" type="text" id="E_DATE" size="20" onKeyPress="if (event.keyCode < 45 || event.keyCode > 57) { alert('พิมพ์เฉพาะตัวเลข และ - เท่านั้น '); event.returnValue = false;}"> <a href="javascript:show_calendar('form1.E_DATE');" onMouseOver="window.status='ปฏิทิน';return true;" onMouseOut="window.status='';return true;"><img src="image/formcal.gif" width="16" height="16" border="0" align="top"></a></td> </tr> <tr> <th height="49" scope="row"><br> สาเหตุการลา :</th> <td width="214"><br> <textarea name="Rec_Com" id="Rec_Com"></textarea> <br></td> </tr> <tr> <th scope="row"><br> จำนวนวัน :</th> <td><br> <input name="Rec_Day" type="text" id="Rec_Day" size="10" maxlength="2"> <br></td> </tr> <tr> <th scope="row"><br> จำนวนชัวโมง :</th> <td><br> <input name="Rec_Hour" type="text" id="Rec_Hour" size="10" maxlength="2"></td> </tr> <tr> <th scope="row"><br> ประเภท :</th> <td><br> <select name="Rec_Type" id="Rec_Type"> <option value="ลาป่วย">ลาป่วย</option> <option value="ลากิจ">ลากิจ</option> <option value="ลาพักร้อน">ลาพักร้อน</option> <option value="ขาดงาน">ขาดงาน</option> <option value="ลาบวช">ลาบวช</option> <option value="ลาคลอด">ลาคลอด</option> <option value="ลาราชการทหาร">ลาราชการทหาร</option> <option value="ลาอื่นๆ">ลาอื่นๆ</option> </select> <br></td> </tr> <tr> <th scope="row"> </th> <td><br> <input type="submit" name="Rec_Save" id="Rec_Save" value="บันทึก"> <input type="reset" name="Rec_Cancel" id="Rec_Cancel" value="ยกเลิก"></td> </tr> </table> <br> <br> <h3> <br> </h3> <br> <input type="hidden" name="Emp_ID" value="<?php echo $_GET['Emp_ID']; ?>"> </form>
<?php echo $_POST['Emp_ID']; ?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง