<!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>Untitled Document</title> <script language="JavaScript"> function chk(){ var a1=parseFloat(document.frm.a_in.value); var a2=parseFloat(document.frm.a_out.value); document.frm.a_result1.value=(a2-a1)+1; document.frm.a_result2.value=((a2-a1)+1)*30; var b1=parseFloat(document.frm.b_in.value); var b2=parseFloat(document.frm.b_out.value); document.frm.b_result1.value=(b2-b1)+1; document.frm.b_result2.value=((b2-b1)+1)*50; var c1=parseFloat(document.frm.c_in.value); var c2=parseFloat(document.frm.c_out.value); document.frm.c_result1.value=(c2-c1)+1; document.frm.c_result2.value=((c2-c1)+1)*70; document.frm.result.value=(((a2-a1)+1)*30)+(((b2-b1)+1)*50)+(((c2-c1)+1)*70); } </script> </head> <body> <form action="" name="frm"><br> <p>บัตร 30 รับ <input type="text" name="a_in" style="width:150px;" onKeyUp="chk()"> ออก <input type="text" name="a_out" style="width:150px;" onKeyUp="chk()"> ยอดบัตร <input type="text" name="a_result1" style="width:150px;"> ยอดเงิน <input type="text" name="a_result2" style="width:150px;"> </p> <p>บัตร 50 รับ <input type="text" name="b_in" style="width:150px;" onKeyUp="chk()"> ออก <input type="text" name="b_out" style="width:150px;" onKeyUp="chk()"> ยอดบัตร <input type="text" name="b_result1" style="width:150px;"> ยอดเงิน <input type="text" name="b_result2" style="width:150px;"> </p> <p>บัตร 70 รับ <input type="text" name="c_in" style="width:150px;" onKeyUp="chk()"> ออก <input type="text" name="c_out" style="width:150px;" onKeyUp="chk()"> ยอดบัตร <input type="text" name="c_result1" style="width:150px;"> ยอดเงิน <input type="text" name="c_result2" style="width:150px;"> </p> <p>รวม <input type="text" name="result" style="width:150px;"> </p> </form> </body> </html>
<!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>Untitled Document</title> <script language="JavaScript"> function chk(){ if(document.frm.a_in.value !='' && document.frm.a_out.value !=''){ var a1=parseFloat(document.frm.a_in.value); var a2=parseFloat(document.frm.a_out.value); document.frm.a_result1.value=(a2-a1)+1; document.frm.a_result2.value=((a2-a1)+1)*30; }else{ var a1=0; var a2=0; document.frm.a_result1.value=0; document.frm.a_result2.value=0; } if(document.frm.b_in.value !='' && document.frm.b_out.value !=''){ var b1=parseFloat(document.frm.b_in.value); var b2=parseFloat(document.frm.b_out.value); document.frm.b_result1.value=(b2-b1)+1; document.frm.b_result2.value=((b2-b1)+1)*50; }else{ var b1=0; var b2=0; document.frm.b_result1.value=0; document.frm.b_result2.value=0; } if(document.frm.c_in.value !='' && document.frm.c_out.value !=''){ var c1=parseFloat(document.frm.c_in.value); var c2=parseFloat(document.frm.c_out.value); document.frm.c_result1.value=(c2-c1)+1; document.frm.c_result2.value=((c2-c1)+1)*70; }else{ var c1=0; var c2=0; document.frm.c_result1.value=0; document.frm.c_result2.value=0; } document.frm.result.value=(((a2-a1)+1)*30)+(((b2-b1)+1)*50)+(((c2-c1)+1)*70); } </script> </head> <body> <form action="" name="frm" id="frm"><br> <p>บัตร 30 รับ <input type="text" name="a_in" style="width:150px;" onKeyUp="chk()"> ออก <input type="text" name="a_out" style="width:150px;" onKeyUp="chk()"> ยอดบัตร <input type="text" name="a_result1" style="width:150px;"> ยอดเงิน <input type="text" name="a_result2" style="width:150px;"> </p> <p>บัตร 50 รับ <input type="text" name="b_in" style="width:150px;" onKeyUp="chk()"> ออก <input type="text" name="b_out" style="width:150px;" onKeyUp="chk()"> ยอดบัตร <input type="text" name="b_result1" style="width:150px;"> ยอดเงิน <input type="text" name="b_result2" style="width:150px;"> </p> <p>บัตร 70 รับ <input type="text" name="c_in" style="width:150px;" onKeyUp="chk()"> ออก <input type="text" name="c_out" style="width:150px;" onKeyUp="chk()"> ยอดบัตร <input type="text" name="c_result1" style="width:150px;"> ยอดเงิน <input type="text" name="c_result2" style="width:150px;"> </p> <p>รวม <input type="text" name="result" style="width:150px;"> </p> </form> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง