<?php $step_page=""; if($_POST['sector']==1){ $step_page="หน้าที่ 1.php"; } if($_POST['sector2']==2){ $step_page="หน้าที่ 2.php"; } if($_POST['sector3']==3){ $step_page="หน้าที่ 3.hp"; } if($_POST['sector4']==4){ $step_page="หน้าที่ 4.php"; } ?> <form id="form1" name="form1" method="post" action="<?=$step_page?>"> เครื่องถม (Niello Wares) <input type="submit" name="button" id="button" value="เพิ่มข้อมูล" /> <input type="submit" name="button2" id="button2" value="ลบข้อมูล" /> <input type="submit" name="button3" id="button3" value="แก้ไขข้อมูล" /> <input type="checkbox" name="1" id="1" /> ประเภทเครื่องถม (Category) <input type="checkbox" name="sector" id="sector" value="1"/> ลวดลายเครื่องถม (Tracery) <input type="checkbox" name="sector2" id="sector2" value="2" /> ชนิดเครื่องถม (Type) <input type="checkbox" name="sector3" id="sector3" value="3" /> ข้อมูลเครื่องถม (Niello wares) <input type="checkbox" name="sector4" id="sector4" value="4" /> รายชื่อผู้ลงทะเบียน (Register) </form>
<script src="https://code.jquery.com/jquery-2.2.3.min.js" integrity="sha256-23g1Nt4dtEYOj7bR+vTu7+T8VP13humZFBJNIYoEJo=" crossorigin="anonymous"></script> <script type="text/javascript"> $("#form1").submit(function(e){ var thisForm = $(this); var choice = $("input[name='sector']:checked"); if(typeof choice.val() === "undefined"){ alert('please choose once!'); return false; }else{ alert('you have been chosen:'+choice.val()); thisForm.attr('action',choice.val()); return true; } }) </script> <form id="form1" name="form1" method="post" > เครื่องถม (Niello Wares)<br /> <input type="submit" name="button" id="button" value="เพิ่มข้อมูล" /> <br /> <input type="submit" name="button2" id="button2" value="ลบข้อมูล" /><br /> <input type="submit" name="button3" id="button3" value="แก้ไขข้อมูล" /><br /> <input type="radio" name="sector" value="page0.php" /> ประเภทเครื่องถม (Category)<br /> <input type="radio" name="sector" value="page1.php"/> ลวดลายเครื่องถม (Tracery)<br /> <input type="radio" name="sector" value="page2.php" /> ชนิดเครื่องถม (Type)<br /> <input type="radio" name="sector" value="page3.php" /> ข้อมูลเครื่องถม (Niello wares)<br /> <input type="radio" name="sector" value="page4.php" /> รายชื่อผู้ลงทะเบียน (Register)<br /> </form>
<script src="https://code.jquery.com/jquery-2.2.3.min.js" integrity="sha256-23g1Nt4dtEYOj7bR+vTu7+T8VP13humZFBJNIYoEJo=" crossorigin="anonymous"></script> <script type="text/javascript"> $(document).ready(function(){ $("#form1").submit(function(e){ var thisForm = $(this); var choice = $("input[name='sector']:checked"); if(typeof choice.val() === "undefined"){ alert('please choose once!'); return false; }else{ alert('you have been chosen:'+choice.val()); thisForm.attr('action',choice.val()); return true; } }) }) </script> <form id="form1" name="form1" method="post" > เครื่องถม (Niello Wares)<br /> <input type="submit" name="button" id="button" value="เพิ่มข้อมูล" /> <br /> <input type="submit" name="button2" id="button2" value="ลบข้อมูล" /><br /> <input type="submit" name="button3" id="button3" value="แก้ไขข้อมูล" /><br /> <input type="radio" name="sector" value="page0.php" /> ประเภทเครื่องถม (Category)<br /> <input type="radio" name="sector" value="page1.php"/> ลวดลายเครื่องถม (Tracery)<br /> <input type="radio" name="sector" value="page2.php" /> ชนิดเครื่องถม (Type)<br /> <input type="radio" name="sector" value="page3.php" /> ข้อมูลเครื่องถม (Niello wares)<br /> <input type="radio" name="sector" value="page4.php" /> รายชื่อผู้ลงทะเบียน (Register)<br /> </form>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง