JavaScript 復習サイト

JavaScriptHTML5すくりぷとみるきぃさんど

Step03 利用料金

基本料金+チェックされた料金の合計

基本使用料(2面、4時間) 4,800円
夜間照明(2,000円)
バレーボール用ネット×2面(400円)
バレーボール×10個(500円)

合計金額 

function goukei(i){
  if(document.forms[0].elements[i].checked == true){
    total = total + a[i];
  } else {
    total = total - a[i];
  }
  document.forms[0].elements[3].value = total;
}

Copyright © milkysand All Rights Reserved.