<form action="index.php" method="post"> <table border=1> <tr> <td align="center"><input type="checkbox" name="send_toacc[<?=$s_idrepair ?>]" id="send_toacc" value="<?=$s_idrepair?> "></td> <td align="center"><input type="text" class="datepick" name="date_toacc[<?=$s_idrepair ?>]" id="date_toacc<?=$i?>" size="10" ></td></tr> </table> </form>
var a=new Array(); a=document.getElementsByName("send_toacc[]"); b=document.getElementsByName("date_toacc[]"); //alert("Length:"+a.length); // แสดงค่าจำนวน Checkbox ที่มีทั้งหมดในแบบฟอร์ม var p=""; for(i=0;i<a.length;i++){ if(a[i].checked && b[i].value!=""){ //alert(b[i].value); // แสดงค่าที่ถูกเลือกไว้ p=1; }else if(a[i].checked && b[i].value=="") { p=0; } } if (p==0){ alert('โปรดเลือก สาขาที่เรียนจบ ด้วย !!'); return false; }else if(p==1){ if(confirm('คุณต้องการส่งใบสรุป รายการใบสั่งซ่อมที่ได้เลือกไว้ ใช่หรือไม่')==true){ document.form4.action="index.php?p=44"; document.form4.setAttribute("target", "_self"); }else { return false; } } // return true; document.form4.submit(); }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง