<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title></title> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> <script type="text/javascript"> $(function(){ $("#addRow").click(function(){ var $counts = 0; $counts = $("#newspaper-d tbody").length + 0; //นับจำนวน tbody var NR =""; NR+="<tbody>"; NR+="<tr>"; NR+="<td><input type=\"text\" name=\"number1[]\" id=\"number1[]\" /></td>"; NR+="<td><input name=\"number2[]\" type=\"text\" id=\"number2[]\" value=\"1\" size=\"5\" /></td>"; NR+="<td><input name=\"number3[]\" type=\"text\" id=\"number3[]\" value=\"GHB00106\" size=\"20\" /></td>"; NR+="<td width=\"60\"><input type=\"radio\" name=\"choice"+$counts+"[]\" id=\"choice"+$counts+"[]\" value=\"y\" /></td>"; NR+="<td width=\"60\"><input type=\"radio\" name=\"choice"+$counts+"[]\" id=\"choice"+$counts+"[]\" value=\"n\" /></td>"; NR+="<td><input type=\"text\" name=\"number4[]\" id=\"number4[]\" /></td>"; NR+="</tr>"; NR+="</tbody>"; $("#newspaper-d").append($(NR)); $("#counts").val($counts);//เก็บค่าจำนวนชุดคำตอบลงใน hidden เพื่อนำค่าไปใช้ }); $("#removeRow").click(function(){ if($("#newspaper-d tr").size()>4){ $("#newspaper-d tr:last").remove(); }else{ alert("ต้องมีรายการข้อมูลอย่างน้อย 1 รายการ"); } }); }); </script> </head> <body> <form id="form1" name="form1" method="post" action="saveAddReturn.php"> <table width="180" border="0" cellpadding="0" cellspacing="0" > <tr> <td> <button id="addRow" type="button">+ เพิ่มตาราง</button> <button id="removeRow" type="button">- ลดตาราง</button></td> </tr> </table> <table border="1" cellpadding="0" cellspacing="2" id="newspaper-d" > <tbody> <tr> <td><input type="text" name="number1[]" id="number1[]" /></td> <td><input name="number2[]" type="text" id="number2[]" value="1" size="5" /></td> <td><input name="number3[]" type="text" id="number3[]" value="GHB00106" size="20" /></td> <td width="60"><input type="radio" name="choice0[]" id="choice0[]" value="y" /></td> <td width="60"><input type="radio" name="choice0[]" id="choice0[]" value="n" /></td> <td><input type="text" name="number4[]" id="number4[]" /></td> </tr> </tbody> </table> <br /> <table width="413" border="0" cellspacing="0" cellpadding="0"> <tr> <td> <input type="submit" name="button" id="btn" value="เพิ่มข้อมูล" /> <input type="hidden" name="counts" id="counts"> </td> </tr> </table> </form> </body> </html>
<input type="hidden" name="txtTemp[]" value=""> <input type="radio" name="choice0[]" id="choice0[]" value="y" OnClick="document.popup.txtTemp[].value=this.value"> <input type="radio" name="choice0[]" id="choice0[]" value="n" OnClick="document.popup.txtTemp[].value=this.value>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง