<html> <head> <title></title> </head> <body> <script language="javascript"> function fnccheck(){ var t1; var t2; var sum; if(document.form1.chk1.checked == true){ t1=parseFloat(document.form1.text1.value); }else{ t1=null; } if(document.form1.chk2.checked == true){ t2=parseFloat(document.form1.text2.value); }else{ t2=null; } sum=t1+t2; document.form1.total.value=sum; } </script> <form action="page.cgi" method="post" name="form1"> <input type="text" name="text1" id="text1" value="2"/>Checkbox 1 <input name="chk1" type="checkbox" id="chk1" value="Y" OnClick="JavaScript:return fnccheck();"> <br> <input type="text" name="text2" id="text2" value="4"/> Checkbox 2 <input name="chk2" type="checkbox" id="chk2" value="Y" OnClick="JavaScript:return fnccheck();"> <br> <input type="text" name="total" id="total"/> </form> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง