<script type="text/javascript"> function checkform() { var checkvar = document.form1.elements['chk[]']; var checked = false; for (var i = 0; i < checkvar.length; i++) { if (checkvar[i].checked==true){ checked = true; } } if (checked == true){ return true; } else { alert('กรุณาเลือกแหล่งที่มา'); return false; } } </script> <form id="form1" name="form1" method="post" action="index.php" onSubmit="JavaScript:return checkform(this);" > <input type="checkbox" name="chk[]" id="chk[0]" value="1"> <input type="checkbox" name="chk[]" id="chk[0]" value="2"> <input type="checkbox" name="chk[]" id="chk[0]" value="3"> <input type="submit" value="ยืนยัน" > </form>
<html> <head> <meta charset="UTF-8"> <title></title> </head> <body> </body> <script type="text/javascript"> function checkform() { var checkvar = document.form1.elements['chk[]']; var checked = false; for (var i = 0; i < checkvar.length; i++) { if (checkvar[i].checked==true){ checked = true; } } if (checked == true){ return true; } else { alert('กรุณาเลือกแหล่งที่มา'); return false; } } </script> <form id="form1" name="form1" method="post" action="index.php?act=check" onSubmit="JavaScript:return checkform(this);" > <input type="checkbox" name="chk[]" id="chk[0]" value="1"> <input type="checkbox" name="chk[]" id="chk[0]" value="2"> <input type="checkbox" name="chk[]" id="chk[0]" value="3"> <input type="submit" value="ยืนยัน" > </form> <?php if($_POST['act']=="check"){ for($i=0;$i<count($_POST['chk']);$i++){ echo $_POST['chk'][$i]; // insert syntax to DB } } ?> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง