<script type="text/javascript" language="javascript"> function fun_save() { $pass = true; if(document.frmaddemp.filepic.value=="")//check ค่าว่างรูป { alert("กรุณา Upload รูป"); $pass = false; document.frmaddemp.filepic.focus(); } else if(document.frmaddemp.txtdatebegin.value!="")// check ค่าวันที่น้อยกว่าวันปัจจุบัน { datebegin = document.frmaddemp.txtdatebegin.value datetoday = document.frmaddemp.txttoday.value if(datebegin < datetoday) { alert("คุณใส่วันที่น้อยกกว่าวันปัจุบัน"); $pass = false; } } else if(document.frmaddemp.txtdatebegin.value=="")// check ค่าว่างวันที่ { alert("กรุณากรอกวันที่เริ่มงาน"); $pass = false; document.frmaddemp.txtdatebegin.focus(); } else if(document.frmaddemp.txtsalary.value=="")// check ค่าว่างเงินเดือน { alert("กรุณากรอกเงินเดือน"); $pass = false; document.frmaddemp.txtsalary.focus(); } else if(document.frmaddemp.txtnamethai.value=="")// check ค่าว่างชื่อไทย { alert("กรุณากรอกชื่อภาษาไทย"); $pass = false; document.frmaddemp.txtnamethai.focus(); } else if(document.frmaddemp.txtnameeng.value=="")// check ค่าว่างชื่ออังกฤษ { alert("กรุณากรอกชื่อภาษาอังกฤษ"); $pass = false; document.frmaddemp.txtnameeng.focus(); } else if(document.frmaddemp.txtnickname.value=="")// check ค่าชื่อเล่น { alert("กรุณากรอกชื่อเล่น"); $pass = false; document.frmaddemp.txtnickname.focus(); } else if(document.frmaddemp.txtemail.value=="")// check ค่าว่าง e-mail { alert("กรุณากรอก E-Mail"); $pass = false; document.frmaddemp.txtemail.focus(); } else if(document.frmaddemp.txtphone.value=="")// check ค่าว่างเบอร์โทร { alert("กรุณากรอกเบอร์โทรศัพท์"); $pass = false; document.frmaddemp.txtphone.focus(); //alert($pass); } else if(document.frmaddemp.txtbirthdate.value=="")// check ค่าว่างวันเกิด { alert("กรุณากรอกวันเกิด"); $pass = false; document.frmaddemp.txtbirthdate.focus(); } else if(document.frmaddemp.txthight.value=="")// check ค่าว่าง ความสูง { alert("กรุณากรอกส่วนสูง"); $pass = false; document.frmaddemp.txthight.focus(); } else if(document.frmaddemp.txtweight.value=="")// check ค่าว่างน้ำหนัก { alert("กรุณากรอกน้ำหนัก"); $pass = false; document.frmaddemp.txtweight.focus(); } else if(document.frmaddemp.txtidcard.value=="")// check ค่าว่างบัตรประชาชน { alert("กรุณากรอกหมายเลขบัตรประชาชน"); $pass = false; document.frmaddemp.txtidcard.focus(); } else if(document.frmaddemp.txtusername.value=="")// check ค่าว่างusername { alert("กรุณากรอก UserName"); $pass = false; document.frmaddemp.txtusername.focus(); } else if(document.frmaddemp.txtpassword.value=="")// check ค่าว่าง password { alert("กรุณากรอก Password"); $pass = false; document.frmaddemp.txtpassword.focus(); } else if((document.frmaddemp.txtpassword.value) != (document.frmaddemp.txtpassword2.value)) // check password ให้ตรงกัน { alert("คุณกรอกรหัสผ่านไม่ตรงกัน"); document.frmaddemp.txtpassword.focus(); document.frmaddemp.txtpassword.value = "" document.frmaddemp.txtpassword2.value = "" $pass = false; } else if(document.frmaddemp.textarea.value=="") // check ค่าว่าง ที่อยู่ { alert("กรุณากรอกที่อยู่"); $pass = false; document.frmaddemp.textarea.focus(); } else if($pass == true)// บันทึก { document.frmaddemp.submit(); } } </script>
var datebegin = document.frmaddemp.txtdatebegin.value; var datetoday = document.frmaddemp.txttoday.value;
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง