<script type="text/javascript"> function SentValue() { var textfield1 = document.getElementById('textfield1').value; var textfield2 = document.getElementById('textfield2'); textfield2.value=textfield1; } </script> textfield1 :<input type="text" id="textfield1" onblur="SentValue()" value=""> textfield2 :<input type="text" id="textfield2" value="">
<script type="text/javascript" src="scripts/jquery-1.11.1.min.js"></script> <script type="text/javascript"> //เพื่อให้ส่วนนี้ใช้งานได้ ให้เรียกใช้ function เมื่อเปิดหน้าเวฟ $(document).ready(function () { SentValue(); }); function SentValue() { var textfield1 = document.getElementById('textfield1').value; var textfield2 = document.getElementById('textfield2'); textfield2.value=textfield1; } </script> textfield1 :<input type="text" id="textfield1" onblur="SentValue()" value="250"> textfield2 :<input type="text" id="textfield2" value="">
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง