if (document.from.textbox.value == "ชื่อ"){ alert('ใส่ชื่อด้วย'); document.from.textbox.focus(); return false; }
<input type="text" value="ชื่อ" name="textbox">
<!DOCTYPE html> <html> <head> <script src="http://code.jquery.com/jquery-latest.js"></script> </head> <body> <table> <input type="text" name="name1"><b /r> <input type="text" name="name2"><b /r> <input type="text" name="name3"><b /r> </table> <script>$(":input:last").val(123);</script> </body> </html>
Quote:input:text
<!DOCTYPE html> <html> <head> <script src="http://code.jquery.com/jquery-latest.js"></script> </head> <body> <table> <input type="text" name="name1"><b /r> <input type="text" name="name2"><b /r> <input type="text" name="name3"><b /r> </table> <script>$(":input:text:last").val(123);</script> </body> </html>
document.form1.textbox.focus(); document.form1.textbox.value+='';
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง