function myFunction1() { var copyText = document.getElementById("myInput1"); copyText.select(); copyText.setSelectionRange(0, 99999) document.execCommand("copy"); } function myFunction2() { var copyText = document.getElementById("myInput2"); copyText.select(); copyText.setSelectionRange(0, 99999) document.execCommand("copy"); } function myFunction3() { var copyText = document.getElementById("myInput3"); copyText.select(); copyText.setSelectionRange(0, 99999) document.execCommand("copy"); } function myFunction4() { var copyText = document.getElementById("myInput4"); copyText.select(); copyText.setSelectionRange(0, 99999) document.execCommand("copy"); }
var i; for (i = 1; i < 200; i++) { function myFunction(i) { var copyText = document.getElementById("myInput" + i + ""); copyText.select(); copyText.setSelectionRange(0, 99999) document.execCommand("copy"); } }
$( "input[name^='myInput']" ).each((i,o)=>{ o.select(); o.setSelectionRange(0,99999); document.execCommand('copy'); });
var o = document.querySelectorAll('[name^="myInput"]'); for(var i=0; i<o.length;i++)){ o[i].select(); o[i].setSelect.... document...... }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง