<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title></title> <script language="javascript"> function alertData(){ var txt1 = document.getElementById('test1').value; var txt2 = document.getElementById('test2').value; var txt3 = document.getElementById('test3').value; var txt4 = document.getElementById('test4').value; var total = document.getElementById('total'); var to = document.getElementById('to'); if(txt1 == ""){txt1 = 0;} if(txt2 == ""){txt2 = 0;} if(txt3 == ""){txt3 = 0;} if(txt4 == ""){txt4 = 0;} total.value = parseFloat(txt1)*parseFloat(txt2); to.value = parseFloat(txt3)*parseFloat(txt4); kilo.value = parseFloat(txt1)+parseFloat(txt3); muny.value=parseFloat(total.value)+parseFloat(to.value); } </script> </head> <body> <center>1. ผลปาล์มทะลาย<br /> จำนวนกิโล<input name="test1" id="test1" type="text" onkeyup="alertData()" /> ราคา<input name="test2" id="test2" type="text" onkeyup="alertData()"/> รวมเป็นเงิน <input name="total" id="total" type="text" /> </center><br /> <center>2. ผลปาล์มร่วง<br /> จำนวนกิโล<input name="test3" id="test3" type="text" onkeyup="alertData()"/> ราคา<input name="test4" id="test4" type="text" onkeyup="alertData()"/> รวมเป็นเงิน <input name="to" id="to" type="text" /> </center> <br /> <br /> <center> รวมจำนวน กิโลกรัม<input name="kilo" id="kilo" type="text" /> รวมจำนวน เงิน<input name="muny" id="muny" type="text" /> </center> <? echo ceil( 1.50 ); ?> </body> </html>
result.toFixed(2)
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง