<!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" /> <script type = "text/javascript"> function clearBox() { document.getElementById('opsmoney').value = ""; document.getElementById('opsmoney').disabled = true; } function enableBox() { document.getElementById("opsmoney").disabled = false; if(document.getElementById("OPS").checked = true) { document.getElementById('OPS').value = document.getElementById('opsmoney').value; } } </script> <title>Untitled Document</title> </head> <body> <form id="form1" name="form1" method="post" action="save_register.php"> <tr> <td> <input name="OPS" type=radio value="บิดา" onclick = "clearBox()"/></td> <td>บิดา </td> </tr> <tr> <td width="5%"> <input type=radio name="OPS" value="มารดา" onclick = "clearBox()"/></td> <td width="95%"> มารดา </td> </tr> <tr> <td width="5%"> <input type=radio name="OPS" value="พี่ชาย" onclick = "clearBox()"/></td> <td width="95%">พี่ชาย</td> </tr> <tr> <td width="5%"> <input type=radio name="OPS" value="พี่สาว" onclick = "clearBox()"/></td> <td width="95%">พี่สาว </td> </tr> <tr> <td width="5%"> <input name="OPS" type=radio value="" onclick = "enableBox()"/ ></td> <td width="95%"><b>อื่นๆ</b> <input name="opsmoney" type=text id="opsmoney" size="20" disabled/ > <label> <input type="submit" name="button" id="button" value="Submit" /> </label> <br /> </form> </td> </tr> </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" /> <script type = "text/javascript"> function clearBox() { document.getElementById('opsmoney').value = ""; document.getElementById('opsmoney').disabled = true; } function enableBox() { document.getElementById("opsmoney").disabled = false; } function changeOtherOPS(form){ var other_ops = document.getElementById('other_ops'); if (other_ops.checked){ other_ops.value = document.getElementById('opsmoney').value; } alert(other_ops.value); } </script> <title>Untitled Document</title> </head> <body> <form id="form1" name="form1" method="post" action="save_register.php" onsubmit="changeOtherOPS();"> <tr> <td> <input name="OPS" type=radio value="บิดา" onclick = "clearBox()"/></td> <td>บิดา </td> </tr> <tr> <td width="5%"> <input type=radio name="OPS" value="มารดา" onclick = "clearBox()"/></td> <td width="95%"> มารดา </td> </tr> <tr> <td width="5%"> <input type=radio name="OPS" value="พี่ชาย" onclick = "clearBox()"/></td> <td width="95%">พี่ชาย</td> </tr> <tr> <td width="5%"> <input type=radio name="OPS" value="พี่สาว" onclick = "clearBox()"/></td> <td width="95%">พี่สาว </td> </tr> <tr> <td width="5%"> <input name="OPS" type=radio value="" id="other_ops" onclick = "enableBox()"/ ></td> <td width="95%"><b>อื่นๆ</b> <input name="opsmoney" type=text id="opsmoney" size="20" disabled/ > <label> <input type="submit" name="button" id="button" value="Submit" /> </label> <br /> </form> </td> </tr> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง