<input type="hidden" name="txtpassword" value="id=abc" />
<DIV id=abc></DIV> <form method="post" action="xyz.php"> <input type="hidden" name="txtpassword" value="" /> <input type="button" id="submitForm" value="ดำเนินการต่อไป" /> </form> <script> $("#submitForm").click(function(){ var x = $("div#abc").text(); $("input[name='txtpassword']").val(x); $("form").submit(); }); </script>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง