<script type="text/javascript"> function show() { if (document.getElementById('sex').value == "4") { document.getElementById('sexDetail').style.display = 'inline'; } else{ document.getElementById('sexDetail').style.display = 'none'; } } </script> <span class="detail"> <input type="radio" name="sex" id="sex" value="1" onclick="show();"/> นาย <input type="radio" name="sex" id="sex" value="2" onclick="show();"/> นางสาว <input type="radio" name="sex" id="sex" value="3" onclick="show();"/> นาง <input type="radio" name="sex" id="sex" value="4" onclick="show();" /> อื่นๆ โปรดระบุ <input name="sexDetail" id="sexDetail" type="text"/></span>
<script type="text/javascript"> function show(val) { if (val == "4") { document.getElementById('sexDetail').style.display = 'inline'; document.getElementById('sexDetail').style.display = ''; } else{ document.getElementById('sexDetail').style.display = 'none'; } } </script> <span class="detail"> <input type="radio" name="sex" id="sex" value="1" onclick="show(1);"/> นาย <input type="radio" name="sex" id="sex" value="2" onclick="show(2);"/> นางสาว <input type="radio" name="sex" id="sex" value="3" onclick="show(3);"/> นาง <input type="radio" name="sex" id="sex" value="4" onclick="show(4);" /> อื่นๆ โปรดระบุ <input name="sexDetail" id="sexDetail" type="text" style="display:none;"/></span>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง