<a class="btn btn-danger" href="#" onClick="submit_now()"> <i class="icon-circle-arrow-left icon-white"> </i> <font color="#FFFFFF">บันทึก</font> </a>
<script language="javascript"> function submit_now(){ if(document.form1.Ttel.value != document.form1.Ttel.pattern) { alert("กรุณาป้อนรูปแบบให้ตรงด้วยครับ"); return false; } else { document.form1.submit(); } } </script>
<input name="Ttel" id="Ttel" type="text" placeholder="08xxxxxxxx" pattern="\d{3}\d{3}\d{4}.*?$" maxlength="10" onkeypress='validate2(event)'>
<script language="javascript"> function submit_now(){ var tel = document.getElementById('Ttel').value; var pattern = /\d{3}\d{3}\d{4}.*?$/; if(!pattern.test(tel)) { alert("กรุณาป้อนรูปแบบให้ถูกต้อง"); return false; } return true; } </script> <form onsubmit="return submit_now()"> <input name="Ttel" id="Ttel" type="text" placeholder="08xxxxxxxx" maxlength="10"> <input type="submit"> </form>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง