function checkField(){ if(document.frmMain.Dur_Id.value == ""){ alert("กรุณากรอก หมายเลขครุภัณฑ์") document.frmMain.Dur_Name.focus() return false } if(document.frmMain.Dur_Name.value == ""){ alert("กรุณากรอก ชื่อครุภัณฑ์") document.frmMain.Dur_Name.focus() return false } if(document.frmMain.Store_Id.value == ""){ alert("กรุณาเลือกชื่อบริบัท/ร้านค้า") document.frmMain.Store_Id.focus() return false } if(document.frmMain.Durtype_Id.value == ""){ alert("กรุณาเลือกประเภทครุภัณฑ์ ") document.frmMain.Durtype_Id.focus() return false } }
<form id="frmMain" name="frmMain" method="post" action="?" onSubmit="return checkField();" enctype="multipart/form-data"> <input name="Durable" type="hidden" id="Durable" value="add" /> <div id="EditAdmin"> <label>หมายเลขครุภัณฑ์ : </label> <p> <input name="Dur_Id" type="text" id="Dur_Id" value=""/> เริ่มต้น <input name="start" type="text" id="start" size="10" onKeyPress="check_key_number()"/> สิ้นสุด <input name="end" type="text" id="end" size="10" onKeyPress="check_key_number()"/> </p> <p>ตัวอย่าง 7110-002-0007/</p> <label>ชื่อครุภัณฑ์ : </label> <input type="text" name="Dur_Name" id="Dur_Name" value="" class="wtxt"/> <br class="clear" /> <label>Serial Number : </label> <input name="Dur_Serialnumber" type="text" class="wtxt" id="Dur_Serialnumber" value="" maxlength="50"/> <br class="clear" /> <label>ชื่อบริบัท/ร้านค้า : </label> <select name="Store_Id" id="Store_Id" > <option value="0" selected="selected" >-----------------------เลือก--------------------</option> <? include ('../lib/connection.php'); $Csql = "SELECT Store_Id,Store_Name From asset_Store"; $result = mssql_query($Csql); while($row=mssql_fetch_assoc($result)) { ?> <option value="<?=$row['Store_Id'];?>"> <? echo $row['Store_Name'];?> </option> <? } ?> </select> <br class="clear" /> <label>ประเภทครุภัณฑ์ : </label> <select name="Durtype_Id" id="Durtype_Id"> <option value="0" selected="selected" >-----------------------เลือก--------------------</option> <? include ('../lib/connection.php'); $Csql = "SELECT Durtype_Id,Durtype_Name From asset_Durtype"; $result = mssql_query($Csql); while($row=mssql_fetch_assoc($result)) { ?> <option value="<?=$row['Durtype_Id'];?>"> <? echo $row['Durtype_Name'];?> </option> <? } ?> </select> <br class="clear" /> <label></label> </br> <input name="submit" class="wbtn" id="submit" value="บันทึก" type="submit" width="20" /> <a href="EditdataDurable.php" class="button" > <input type="reset" name="button" id="button2" value="ยกเลิก" width="20" class="wbtn" /> </a> </div> </form>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง