<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Radio checked before action</title> <script type="text/javascript"> //<![CDATA[ function confirm_action() { if(document.getElementById("rad5").checked) { if(confirm('Confirm to submit')) { return true; } else { return false; } } } //]]> </script> </head> <body> <form name="form_action" onsubmit='javascript:return confirm_action();' method="post" action=""> <input type="radio" name="status" id = "rad4" value="Active" >Active <input name="status" type="radio" id = "rad5" value="Inactive" checked="checked"> Inactive <input type="radio" name="status" id = "rad6" value="Expire">Expire</span> <input type="submit" name="submit_btn" id="submit_btn" value="Submit" /> </form> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง