<form name="form1" onSubmit="return Checker();" action="" method="post" > <script type="text/javascript"> function Checker(){ var txt = document.form1.elements['weight1[]']; var txt1 = document.form1.elements['weight[]']; var txt2 = document.form1.elements['freshcob[]']; var txt3 = document.form1.elements['offal[]']; var lenContact = txt.length; var sum = 0; for(var i =0;i<lenContact;i++) { t1=parseFloat(txt[i].value); t2=parseFloat(txt1[i].value); t3=parseFloat(txt2[i].value); t4=parseFloat(txt3[i].value); sum2 = t2+t3+t4; sum1 = t2+t3; if(t1<t2) { alert('คุณใส่น้ำหนักหลังออกจาก Process มากเกินไป.'); txt1[i].focus(); return false; } else { if(t1<sum1) { alert('คุณใส่น้ำหนักหลังออกจาก Process และฝักสดมากเกินไป.'); txt2[i].focus(); return false; } else { if(t1<sum2) { alert('คุณใส่น้ำหนักหลังออกจาก Process และฝักสดกับ offal มากเกินไป.'); txt3[i].focus(); return false; } } } } } function Checkinner() { var txt = document.form1.elements['weight1[]']; var txt1 = document.form1.elements['weight[]']; var lenContact = txt.length; var sum = 0; for(var i =0;i<lenContact;i++) { t1=parseFloat(txt[i].value); t2=parseFloat(txt1[i].value); if(t1<t2) { alert('คุณใส่น้ำหนักหลังออกจาก Process มากเกินไป.'); return false; } } } function Checkinner1() { var txt = document.form1.elements['weight1[]']; var txt1 = document.form1.elements['weight[]']; var txt2 = document.form1.elements['freshcob[]']; var lenContact = txt.length; var sum = 0; for(var i =0;i<lenContact;i++) { t1=parseFloat(txt[i].value); t2=parseFloat(txt1[i].value); t3=parseFloat(txt2[i].value); sum = t2+t3 if(t1<sum) { alert('คุณใส่น้ำหนักหลังออกจาก Process รวมกับ ฝักมากเกินไป.'); return false; } } } function Checkinner2() { var txt = document.form1.elements['weight1[]']; var txt1 = document.form1.elements['weight[]']; var txt2 = document.form1.elements['freshcob[]']; var txt3 = document.form1.elements['offal[]']; var lenContact = txt.length; var sum = 0; for(var i =0;i<lenContact;i++) { t1=parseFloat(txt[i].value); t2=parseFloat(txt1[i].value); t3=parseFloat(txt2[i].value); t4=parseFloat(txt3[i].value); sum = t2+t3+t4; if(t1<sum) { alert('คุณใส่น้ำหนักหลังออกจาก Process และฝักสดกับ offal มากเกินไป.'); return false; } } } </script> <? for($i = 0;$i<1;$i++) { ?> <table> <tr> <td align="center"> <input type="text name ="weight1[]" id ="weight1[]" value ="900"/></td> <td width="134" align="center"> <input type="text" name ="weight[]" id ="weight[]" size="3" maxlength="5" OnChange="Checkinner();" onkeypress='if (event.keyCode<48||event.keyCode>59)event.returnValue=false'/></td> <td width="68" align="center"><input type="text" name ="freshcob[]" id ="freshcob[]" size="3" maxlength="5" onkeypress='if (event.keyCode<48||event.keyCode>59)event.returnValue=false' OnChange="Checkinner1();" /></td> <td width="58" align="center"><input type="text" id ="offal[]" name ="offal[]" size="3" maxlength="5" OnChange="Checkinner2();" onkeypress='if (event.keyCode<48||event.keyCode>59)event.returnValue=false' /></td> </tr> <? } ?> </table>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง