<script language="JavaScript"> function checkvalue(){ if(!check_number(document.getElementById("heigth").value) || !check_number(document.getElementById("weigth").value ) || !check_number(document.getElementById("child").value) ) { alert('Please Enter Number'); return false; }else{return true;} } </script> <input name="heigth" type="text" size="3" maxlength="3" onKeyUp="checkvalue()"/>
<SCRIPT LANGUAGE="JavaScript"> function checkIt(evt) { evt = (evt) ? evt : window.event var charCode = (evt.which) ? evt.which : evt.keyCode if (charCode > 31 && (charCode < 48 || charCode > 57)) { alert("ตัวเลขเท่านั้นนะก๊ะ.."); return false } return true } </SCRIPT> <INPUT TYPE="text" NAME="numeric" onKeyPress="return checkIt(event)">
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง