<form method="post" action="mos.php" name="mos" id="mos"> ข้อความ...... textbox1+ textbox2+ textbox3+ textbox3+ textbox4+ textbox5 sum textbox button submit /////// ข้อความ...... textbox1+ textbox2+ textbox3+ textbox3+ textbox4+ textbox5 sum textbox button submit /////// ข้อความ...... textbox1+ textbox2+ textbox3+ textbox3+ textbox4+ textbox5 sum textbox button submit </form>
<html> <head> </head> <body> <input type="text"> <input type="text"> <input type="text"> <input type="text"> <button>buttom</button><br> <input type="num" id="sum"> <script src="https://code.jquery.com/jquery-1.9.1.min.js"></script> <script> $( document ).ready(function() { button.on("click", function(){ var arr= null; $('input[type=text]').each(function(){ arr+=parseInt($(this).val()); }) $('#sum').val(arr); $('#sum').focus(); }); </script> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง