<html> <head> <title>Checkbox1</title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <script type="text/javascript"> function ckk_all(){ var ckk = document.getElementById('ckk_all'); if(ckk.checked == true){ for(var i=0;i<5;i++){ document.getElementById('facility['+i+']').checked = true; } }else{ for(var i=0;i<5;i++){ document.getElementById('facility['+i+']').checked = false; } } } </script> </head> <body> <form action="checkbox2.php" method="post" name="form1"> <input type="checkbox" id="facility[0]" name="facility[]" value="Furniture">Furniture<br> <input type="checkbox" id="facility[1]" name="facility[]" value="Air">Air<br> <input type="checkbox" id="facility[2]" name="facility[]" value="Internet">Internet<br> <input type="checkbox" id="facility[3]" name="facility[]" value="Hot Water">Hot Water<br> <input type="checkbox" id="facility[4]" name="facility[]" value="Cable TV">Cable TV<br> <input name="btnSubmit" type="submit" value="Submit"> </form> <input type="checkbox" name="ckk_all" id="ckk_all" value="" onClick="ckk_all();" /> check all </body> </html>
<html> <head> <title>Thispage</title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> </head> <body> <?php if(!isset($_POST['facility'])){ echo "<meta http-equiv='refresh' content='0;checkbox1.php' />"; } $ck_fac = $_POST['facility']; ?> <form action="#" method="post" name="form1"> <input type="checkbox" id="facility[0]" name="facility[]" <?php if(in_array("Furniture",$ck_fac)){ echo "checked=''";} ?> value="Furniture">Furniture<br/> <input type="checkbox" id="facility[1]" name="facility[]" <?php if(in_array("Air",$ck_fac)){ echo "checked=''";} ?> value="Air">Air<br> <input type="checkbox" id="facility[2]" name="facility[]" <?php if(in_array("Internet",$ck_fac)){ echo "checked=''";} ?> value="Internet">Internet<br <input type="checkbox" id="facility[3]" name="facility[]" <?php if(in_array("Hot Water",$ck_fac)){ echo "checked=''";} ?> value="Hot Water">Hot Water<br/> <input type="checkbox" id="facility[4]" name="facility[]" <?php if(in_array("Cable TV",$ck_fac)){ echo "checked=''";} ?> value="Cable TV">Cable TV<br/> <input name="btnSubmit" type="submit" value="Submit"> </form> <input type="checkbox" name="ckk_all" id="ckk_all" value="" onClick="ckk_all();" /> check all </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง