<?php $chk_name = $_POST['chk_name']; if(empty($chk_name)) echo "<script>alert('กรุณาเลือก checkbox ด้วย');history.back();</script>" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="th" xml:lang="th"> <head> <meta http-equiv="content-type" content="text/html; charset=tis-620" /> <title>test checkbox</title> <script type="text/javascript"> //<![CDATA[ function checkbox(){ var box=document.getElementById('box'); for(var i=0;i<box['f1[]'].length;i++){ if (box['f1[]'][i].checked==false) { alert('โปรดติ้กถูกทุกกล่อง'); return false; } } return true; } //]]> </script> </head> <body> <form method="post" action="?" id="box" onsubmit="return checkbox()"> <div id="inputboxes"> <?php foreach(array(1,2,3) as $n): ?> <br /><input type="checkbox" name="f1[]" value="<?php echo$n;?>" /> <?php echo$n;?> <?php endforeach; ?> </div> <input type="submit" name="add" value="บันทึก" /> </form> </body> </html>
<html> <head> <title>ThaiCreate.Com Tutorial</title> </head> <body> <script language="javascript"> function fncSubmit() { if(document.form1.chk1.checked == false) { alert('Please Click Checkbox 1 '); return false; } if(document.form1.chk2.checked == false) { alert('Please Click Checkbox 2 '); return false; } document.form1.submit(); } </script> <form action="page.cgi" method="post" name="form1" onSubmit="JavaScript:return fncSubmit();"> Checkbox 1 <input name="chk1" type="checkbox" id="chk1" value="Y"> <br> Checkbox 2 <input name="chk2" type="checkbox" id="chk2" value="Y"> <br> <input name="btnSubmit" type="submit" value="Submit" > </form> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง