<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> </head> <body> <form id="frmMain" name="frmMain" action="#" target="_blank"> Name : <input id="txtName" name="txtName" size="30" maxlength="30"> <input type="button" id="send_name" name="send_name" value="Click" onclick="getName()"> <input type="submit" id="sumbit" name="submit" value="Send"> </form> <div id="result"></div> </body> </html> <script> let text = ""; const x = []; function getName(){ x.push(document.getElementById('txtName').value); x.forEach(myFunction); document.getElementById("result").innerHTML = text; text = ""; } function myFunction(item, index){ text += index + ": " + item + "<br>"; } </script>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง