<form method="post" action="หน้าที่จะส่งค่าไป"name="ตั้งชื่อName" onSubmit="return check()">
<script language="javascript"> function check() { var a1 = document.add_member.ชื่อlistbox.value; if (a1.length==0) { alert("คุณยากไม่ได้ทำรายการกรุณาทำรายการด้วย"); document.ชื่อในส่วนของ body .ชื่อlistbox.focus(); return false; } } </script>
<form method="post" action="test.php"name="form1" onSubmit="return check()"> <label> <select name="dd"> </select> </label> <label> <input type="submit" name="Submit3" value="Submit" /> </label> </form>
<script language="javascript"> function check() { var a1 = document.add_member.dd.value; if (a1.length==0) { alert("คุณยากไม่ได้ทำรายการกรุณาทำรายการด้วย"); document.form1.dd.focus(); return false; } } </script>
<script language="javascript"> function check() { var a1 = document.getElementById('select').value; if (a1==0) { alert("คุณยากไม่ได้ทำรายการกรุณาทำรายการด้วย"); document.getElementById('select').focus(); return false; } return true; } </script> <form id="form1" name="form1" method="post" action="" onSubmit="return check()"> <label> <select name="select" id="select"> <option value="0">0</option> <option value="1">1</option> <option value="2">2</option> <option value="3">3</option> <option value="4">4</option> <option value="5">5</option> </select> </label> <label> <input type="submit" name="button" id="button" value="Submit" /> </label> </form>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง