<button id="btn" onclick="check();">Click</button> <input type="text" id="txt" name="txt"/>
function check() { var obj = document.getElementById("txt").value; if (obj == "") { alert("emplty string"); } else { alert("Your string " + obj); } }
function check() { var txt1 = document.getElementById("txt1").value; var txt2 = document.getElementById("txt2").value; if(txt1 != "" && txt2 != "") { if(txt1 == txt2) { alert('abcd'); } } }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง