<script language="javascript"> function chk_null(){ if (document.form1.inid.value ==""){ alert("กรุณากรอกข้อมูลด้วยค่ะ") document.form1.inid.focus() return false } if (isNaN(document.form1.inid.value)){ alert("รูปแบบข้อมูลไม่ถูกต้อง") document.form1.inid.focus() return false } if (document.form1.inname.value ==""){ alert("กรุณากรอกข้อมูลด้วยค่ะ") document.form1.inname.focus() return false } } </script> <p align="center" class="style10 style14">..:: เพิ่มข้อมูลศูนย์ฝึก ::..</p> <form id="form1" name="form1" method="post" action="" onSubmit="return chk_null();"> <table width="54%" height="122" border="1" align="center" bordercolor="#006633"> <tr> <td width="22%" height="39"><div align="right" class="style13"><span class="style15">รหัสศูนย์ฝึก :</span></div></td> <td width="78%"><input name="inid" type="text" id="inid" size="50" /></td> </tr> <tr> <td height="43"><div align="right" class="style13"><span class="style15">ชื่อศูนย์ฝึก :</span></div></td> <td><input name="inname" type="text" id="inname" size="50" /></td> </tr> </table> <div align="center"> <p> <input type="submit" name="Submit" id="Submit" value="เพิ่มข้อมูล" /> <input type="reset" name="Reset" id="button" value="ยกเลิก" /> </p> </div> </form> <?php if (isset($_POST[Submit])) { include("config.php"); $sql = "insert into schoolpik values('$_POST[inid]', '$_POST[inname]') " ; mysql_query($sql) or die("เพิ่มข้อมูลศูนย์ฝึกไม่ได้ค่ะ"); echo "<script>" ; echo "alert('เพิ่มข้อมูลศูนย์ฝึกเรียบร้อยแล้วค่ะ');" ; echo "window.location='data_schoolpik.php';" ; echo "</script>" ; } ?>
<script> function aaa(){ if ((document.F1.T1.value= "") || (document.F1.T1.value >9)){ alert("Hello World"); document.F1.T1.focus(); return false; }else{ return true; } } </script>
<form name="F1" method="post" action="#" onsubmit="return aaa();"> <input type="text" name="T1"> <input type="submit" name="submit" value="OK"> </form>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง