<script language="javascript"> function chk(o) { var fx=o; if(/^[\-0-9]+[\.0-9]+$/.exec(fx.textfield.value)==null) { alert('ป้อนได้เฉพาะตัวเลข'); fx.textfield.select(); fx.textfield.focus(); } else return true; return false; } </script> <form id="form1" name="form1" method="post" action="" onsubmit="return chk(this)"> <input type="text" name="textfield" id="textfield" /> <input type="submit" name="button" id="button" value="Submit" /> </form>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง