<?php if (empty($_POST)) { ?> <form id="form1" name="form1" method="post" action=""> <table width="100%"> <tr> <td valign="top" width="185"><b>1. ลักษณะการใช้ไฟฟ้า</b></td> <td width="270" valign="top"><input type="radio" name="c1" id="c1" onclick="document.getElementById('text1').style.display='none'" value='ขอติดตั้งใหม่' /> ขอติดตั้งใหม่ </td> <td width="160"><input type="radio" name="c1" id="c1" onclick="document.getElementById('text1').style.display='none'" value='ขอติดตั้งชั่วคราว' /> ขอติดตั้งชั่วคร่า </td> <td width="184"><input type="radio" name="c1" id="c1" onclick="document.getElementById('text1').style.display='none'" value='ขอตัดฝากมิเตอร์' /> ขอตัดฝากมิเตอร์ </td> <td width="174"><input type="radio" name="c1" id="c1" onclick="document.getElementById('text1').style.display='none'" value='ขอต่อกลับ' /> ขอต่อกลับ </td> </tr> <tr> <td valign="top" width="120"></td> <td colspan="4"><input name="c1" type="radio" id="c1" onclick="document.getElementById('text1').style.display=''" /> & nbsp;อื่นๆ <input type="text" name="text1" id="text1" class="txt_input" size="25" style="display:none" /> </td> </tr> </table> <p> <label> <input type="submit" name="button" id="button" value="Submit" /> </label> </p> </form> <? } else { ?> <?php echo $_POST['c1'];?> <?php echo $_POST['text1'];?> <? } ?>
<!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> <script language="javascript"> function getanswer() { var checkvar = document.form1.elements['c1[]']; for (var i = 0; i < checkvar.length; i++) { if (checkvar[i].checked==true){ if (i==4){ var num_b = document.form1.text1.value; document.form1.action = "Untitled-6.php?c1="+num_b; //alert(num_a); }else { var num_a = checkvar[i].value; document.form1.action = "Untitled-6.php?c1="+num_a; } } } } </script> </head> <body> <?php if (empty($_GET)) { ?> <form id="form1" name="form1" method="post" action="" onsubmit="getanswer();"> <table width="100%"> <tr> <td valign="top" width="185"><b>1. ลักษณะการใช้ไฟฟ้า</b></td> <td width="270" valign="top"><input type="radio" name="c1[]" id="c1" onclick="document.getElementById('text1').style.display='none'" value='ขอติดตั้งใหม่' /> ขอติดตั้งใหม่ </td> <td width="160"><input type="radio" name="c1[]" id="c1" onclick="document.getElementById('text1').style.display='none'" value='ขอติดตั้งชั่วคราว' /> ขอติดตั้งชั่วคร่า </td> <td width="184"><input type="radio" name="c1[]" id="c1" onclick="document.getElementById('text1').style.display='none'" value='ขอตัดฝากมิเตอร์' /> ขอตัดฝากมิเตอร์ </td> <td width="174"><input type="radio" name="c1[]" id="c1" onclick="document.getElementById('text1').style.display='none'" value='ขอต่อกลับ' /> ขอต่อกลับ </td> </tr> <tr> <td valign="top" width="120"></td> <td colspan="4"><input name="c1[]" type="radio" id="c1" onclick="document.getElementById('text1').style.display=''" /> & nbsp;อื่นๆ <input type="text" name="text1" id="text1" class="txt_input" size="25" style="display:none" /> </td> </tr> </table> <p> <label> <input type="submit" name="button" id="button" value="Submit" /> </label> </p> </form> <? } else { ?> <?php echo $_GET['c1'];?> <?php echo $_GET['text1'];?> <? } ?> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง