<script language="javascript"> function fncSubmit() { for(i=1;i<=document.form1.hdnLine.value;i++) { var name = document.getElementById('name'+i); if(name.value == "") { alert('กรุณากรอกจำนวน'); name.focus(); return false; } } document.form1.submit(); } </script> <? $b=1; ?> <form method="post" action="save_saving.php" name="form1" onSubmit="JavaScript:return fncSubmit();"> <table border="1" align="center" id="hor-minimalist-bbb" style="margin-top:20px;"> <tr bgcolor="#dadada"> <th width="62" align="center">ลำดับที่</th> <th align="center">ประเภท</th> <th width="74" align="center">ชื่อ</th> <th width="90" align="center">จำนวนเงิน</th> </tr> <? $table="select* from saving_type where Mem_ID='".$_SESSION['Mem_ID']."'"; //$table="select * from saving_type ORDER BY Sav_Type_ID ASC"; $table1=mysql_query($table); $rows=mysql_num_rows($table1); while($table3=mysql_fetch_assoc($table1)){ ?> <tr> <td align="center"><? echo $b; ?></td> <td align="center"><? echo $table3['Sav_Type_Name']?></td> <td align="right"><input type="text" name="name<?=$b;?>" id="name<?=$b;?>" /></td> <? $b++; } ?> </table> <input type="hidden" name="hdnLine" value="<?=$b;?>"> <input type="image" src="img/save1.png" name="btnSubmit1" id="button" value="บันทึก"></p> </form>
function fncSubmit() { for(i=1;i<=document.form1.hdnLine.value;i++) { var name = document.getElementById('name'+i); if(name.value == "") { alert('กรุณากรอกจำนวน'); name.focus(); return false; } else { if (confirm("ยืนยันการบันทึกหรือไม่ ")==true) { return true; } else { return false; } } } }
<script language="javascript"> function fncSubmit() { for(i=1;i<=document.form1.hdnLine.value;i++) { var name = document.getElementById('name'+i); if(name.value == "") { alert('กรุณากรอกจำนวน'); name.focus(); return false; } } if(confirm("ยืนยัน")==true){ document.form1.submit(); } } </script>
function fncSubmit() { for(i=1;i<=document.form1.hdnLine.value;i++) { var name = document.getElementById('name'+i); if(name.value == "") { alert('กรุณากรอกจำนวน'); name.focus(); return false; } } if(!confirm("ยืนยัน")) { return false; } document.form1.submit(); }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง