<html> <head> </head> <body> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script> <form action="in_save.php" method="post" target="iframe_target"> <iframe id="iframe_target" name="iframe_target" src="#" style="width:0;height:0;border:0px solid #fff;"></iframe> <input type="number" maxlength="13" name="txtKeyword"> <script> var input = document.querySelector('input[type=number]'); input.oninput = function() { if (input.value.length == 13) { input.form.submit(); } }; </script> <br><br><br> <table border="0" align="center"> <tr> <th><center>กรอกหมายเลขบัตรประชาชน </th> </tr> </table> </form> </body> </html>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script> <script> var input = document.querySelector('input[type=number]'); input.oninput = function() { if (input.value.length == 13) { input.form.submit(); } }; </script> <form action="in_save.php" method="post" target="iframe_target"> <table border="0" align="center"> <tr> <th>กรอกหมายเลขบัตรประชาชน : </th> <td><input type="number" maxlength="13" name="txtKeyword"></td> </tr> </table> </form>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง