<!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"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> <body> <script type="text/javascript"> function test(val) { if(val==true) { document.getElementById("test").style.display=""; } else { document.getElementById("test").style.display="none"; } } </script> <input type="checkbox" name="checkbox1" onclick="test(this.checked)" />ปริมาณงาน <div id="test" style="display:none;"> <input type="radio" name="radio" value="1">น้อย <input type="radio" name="radio" value="1">ปานกลาง <input type="radio" name="radio" value="1">มาก </div> <input type="checkbox" name="checkbox2" onclick="test(this.checked)" />ผลการปฏิบัติงาน <div id="test" style="display:none;"> <input type="radio" name="radio" value="1">ควรปรับปรุง <input type="radio" name="radio" value="1">พอใช้ <input type="radio" name="radio" value="1">ปานกลาง <input type="radio" name="radio" value="1">มาก <input type="radio" name="radio" value="1">ดีมาก </div> </body> </html>
<!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"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> <body> <script type="text/javascript"> function test(val, group_num) { if(val==true) { document.getElementById("group"+group_num+"").style.display=""; } else { document.getElementById("group"+group_num+"").style.display="none"; } } </script> <input type="checkbox" name="checkbox1" onclick="test(this.checked, '1')" />ปริมาณงาน <div id="group1" style="display:none;"> <input type="radio" name="radio" value="1">น้อย <input type="radio" name="radio" value="1">ปานกลาง <input type="radio" name="radio" value="1">มาก </div> <br /> <input type="checkbox" name="checkbox2" onclick="test(this.checked, '2')" />ผลการปฏิบัติงาน <div id="group2" style="display:none;"> <input type="radio" name="radio" value="1">ควรปรับปรุง <input type="radio" name="radio" value="1">พอใช้ <input type="radio" name="radio" value="1">ปานกลาง <input type="radio" name="radio" value="1">มาก <input type="radio" name="radio" value="1">ดีมาก </div> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง