function checkvalue() { var intChk = 0; for(i=1;i<=document.all.hdnLine.value;i++) { if(eval("document.all.chk"+i+".checked")==true) { intChk++; } } if(intChk == 0) { alert('Please choose the program you are interesting !!'); return false; } if(intChk > 3) { alert('Not more than 3 choices please!!'); return false; } document.all.submit(); } </script> <? $sql="SELECT * FROM programstudy ORDER BY prost_id desc"; $dbquery_group = mysql_query($sql) or die ("Error Query [".$sql."]"); echo"<table border=\"0\" cellspacing=\"1\" cellpadding=\"1\"><tr>"; $intRows = 0; while ($result = mysql_fetch_array($dbquery_group)) { $intRows++; echo "<td>"; ?> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td align="left"><input name="chk[]" type="checkbox" id="chk" value="<?=$result["prost_name"];?>"><?=$result["prost_name"];?></td> </tr> </table> <? echo"</td>"; if(($intRows)%2==0) { echo"</tr>"; } else { echo "<td>"; } } echo"</tr></table>"; ?>
<html> <head> <title>ThaiCreate.Com Tutorial</title> </head> <body> <script language="javascript"> function fncSubmit() { var intChk = 0; for(i=1;i<=document.form1.hdnLine.value;i++) { if(eval("document.form1.chk"+i+".checked")==true) { intChk++; } } if(intChk != 5) { alert('Please checked 5 items.'); return false; } document.form1.submit(); } </script> <form action="page.cgi" method="post" name="form1" onSubmit="JavaScript:return fncSubmit();"> Checkbox 1 <input name="chk[]" type="checkbox" id="chk1" value="Y"><br> Checkbox 2 <input name="chk[]" type="checkbox" id="chk2" value="Y"><br> Checkbox 3 <input name="chk[]" type="checkbox" id="chk3" value="Y"><br> Checkbox 4 <input name="chk[]" type="checkbox" id="chk4" value="Y"><br> Checkbox 5 <input name="chk[]" type="checkbox" id="chk5" value="Y"><br> Checkbox 6 <input name="chk[]" type="checkbox" id="chk6" value="Y"><br> Checkbox 7 <input name="chk[]" type="checkbox" id="chk7" value="Y"><br> Checkbox 8 <input name="chk[]" type="checkbox" id="chk8" value="Y"><br> Checkbox 9 <input name="chk[]" type="checkbox" id="chk9" value="Y"><br> Checkbox 10 <input name="chk[]" type="checkbox" id="chk10" value="Y"><br> <input type="hidden" name="hdnLine" value="10"> <input name="btnSubmit" type="submit" value="Submit" > </form> </body> </html>
Quote:hdnLine
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง