<html> <head> <title>ThaiCreate.Com PHP & MySQL Tutorial</title> </head> <body> <script language="javascript"> function fncSubmit() { if(document.frmMain.chk1.checked == false) { alert('Please Click Checkbox 1 '); return false; } document.frmMain.submit(); } </script> <form id="form1" name="form1" method="post" action=""> <input type="text" name="txt" id="txt" /> </form> <form name="frmMain" action="t2.php" method="post" onSubmit="JavaScript:return fncSubmit();"> <? $objConnect = mysql_connect("localhost","root","1234") or die("Error Connect to Database"); $objDB = mysql_select_db("library"); $strSQL = "SELECT * FROM member "; $objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]"); ?> <label></label> <table width="600" border="1"> <tr> <th width="91"> <div align="center">CustomerID </div></th> <th width="98"> <div align="center">Name </div></th> <th width="198"> <div align="center">Email </div></th> <th width="97"> <div align="center">CountryCode </div></th> <th width="59"> <div align="center">Budget </div></th> <th width="71"> <div align="center">Used </div></th> <th width="30"> <div align="center">Select </div></th> </tr> <? while($objResult = mysql_fetch_array($objQuery)) { ?> <tr> <td><div align="center"><?=$objResult["UserID"];?></div></td> <td><?=$objResult["Name"];?></td> <td><?=$objResult["Email"];?></td> <td><div align="center"><?=$objResult["Sex"];?></div></td> <td align="right"><?=$objResult["Password"];?></td> <td align="right"><?=$objResult["Username"];?></td> <td align="center"><input type="checkbox" name="chk[]" id="chk1" value="<?=$objResult["Email"];?>"></td> </tr> <? } ?> </table> <? mysql_close($objConnect); ?> <input type="submit" name="btnSave" value="Save"> </form> </body> </html>
<!doctype html> <html> <head> <meta charset="utf-8"> <title>Untitled Document</title> <script src="http://code.jquery.com/jquery-1.9.1.min.js"></script> <script> function Check(){ var AllCheckbox = $('input[type="checkbox"]').length; var CHecked = $('input[type="checkbox"]:checked').length; var UnCheck = AllCheckbox - CHecked; if(AllCheckbox!=CHecked){ alert('คุณไม่ได้เลือก '+UnCheck+' อัน'); return false; }else{ return true; } } </script> </head> <body> <form id="F1" onSubmit="return Check();"> <table width="272" border="1"> <tr> <td width="30">เลือก</td> <td width="226">ข้อมูล</td> </tr> <? for($i=1;$i<=10;$i++){?> <tr> <td><input type="checkbox" id="<?=$i?>"></td> <td><label for="<?=$i?>">ข้อมูลตัวที่ <?=$i?></label></td> </tr> <? }?> </table> <p> <input type="submit" name="button" id="button" value="Submit"> </p> </form> <p> </p> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง